RE:
www.joomlapolis.com/forum/153-professional-member-support/215798-how-to-restrict-user-name-fields#296740
Hello,
I came upon this topic when looking for the same solution.
I only want usernames to contain only letters (lowercase and uppercase) and numbers, not special charactes.
Is this still correct what I need to fill out in "Perl regular expression"? /[a-zA-Z0-9]*/
I'm just asking, because in the info tooltip it says:
only a+z + A+Z + digits: /^[0-9a-z]*$/i
So I'm wondering which one is the correct one? (In the tooltip, I also don't see capital A-Z even though it claims to be included for that code).
Thanks!
[MOD EDIT]: Please do not reply to 4 year old topics. Create a new topic and link to the previous topic if you feel it is relevant. As a general rule if the topic is 1 year or older do not reply and simply create a new topic. It pushes far too old of information to the top of the forums and search results.