Posted October 27, 200618 yr When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:
October 27, 200618 yr When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:you can - will mess up database ;)
October 27, 200618 yr When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:you can - will mess up database ;)
October 27, 200618 yr When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:you can - will mess up database ;)
October 27, 200618 yr When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:you can - will mess up database ;)
October 27, 200618 yr When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:you can - will mess up database ;)
October 27, 200618 yr holy crap....not only is that wrong....but you are wrong like 40 times. I haven't played with 2.2 yet, but try using this instead of what you are using: \w\sYou could also try just leaving a space before or after your above code.I am assuming that that is just regex ;)
October 27, 200618 yr holy crap....not only is that wrong....but you are wrong like 40 times. I haven't played with 2.2 yet, but try using this instead of what you are using: \w\sYou could also try just leaving a space before or after your above code.I am assuming that that is just regex ;)I thought you cant have em because of the SQL - I know you can in Displaynames
October 27, 200618 yr Display names are stored in sql too.....how would they be any different from usernames? O_o
October 27, 200618 yr Display names are stored in sql too.....how would they be any different from usernames? O_oI don't know - sorry I wasnt thinking right.
Archived
This topic is now archived and is closed to further replies.