ColdTrick / profile_manager

Manage profile fields for users and groups in Elgg
https://elgg.org/plugins/385114
30 stars 32 forks source link

Option Normal, Uppercase, Lowercase for the fields (text, tags, url, email) #84

Open olairmarcos opened 8 years ago

olairmarcos commented 8 years ago

Option for the fields (text, tags, url, email) ability to select character type, normal, upper and lower case. Thus the data is saved following a pattern set by the site administrator. Data is saved in accordance with the standard set in field settings. Example: Normal: The data is saved according as it was typed by the user. Uppercase: The data is saved in capital letters, in the database. Regardless of how it was entered by the user. Lowercase: The data is saved in lowercase in the database. Regardless of how it was entered by the user.

Thanks for listening. Good job.

jdalsem commented 8 years ago

Can you explain a bit more what the usecase for this feature would be?

olairmarcos commented 8 years ago

Hello, This feature would be to maintain a standard for the data entered in the fields. When set to lowercase character, then all data will be saved in the same pattern, regardless if the user types upercase or lowercase. Thanks