Account Password

For discussion of the Poker Mavens server module and other administration topics
Post Reply
daver
Posts: 3
Joined: Wed Mar 21, 2012 12:19 am

Account Password

Post by daver »

Kent,

I'm working on a password-checking regex, can the account password consist of any characters i.e. the dot "." regex?

Thanks.


"....player name, from 3 to 12 characters. The player name can only consist of letters, numbers, dashes, and underscores."

".....Enter the password for this player, from 6 to 30 characters."
Kent Briggs
Site Admin
Posts: 5879
Joined: Wed Mar 19, 2008 8:47 pm

Re: Account Password

Post by Kent Briggs »

You quoted the requirements in your message:

"The player name can only consist of letters, numbers, dashes, and underscores"

So the only non-alphanumeric characters allowed are the dash (-) and the underscore (_). Note that letters are not limited to the English a to z. Any character considered to be a letter in Unicode qualifies.
daver
Posts: 3
Joined: Wed Mar 21, 2012 12:19 am

Re: Account Password

Post by daver »

So to clarify, the requirements stated apply to both the player and password fields?
Kent Briggs
Site Admin
Posts: 5879
Joined: Wed Mar 19, 2008 8:47 pm

Re: Account Password

Post by Kent Briggs »

daver wrote:So to clarify, the requirements stated apply to both the player and password fields?
Sorry, my mistake. I was thinking about player name, not player password. Passwords can be any character, with a length from 6 to 30 characters.
daver
Posts: 3
Joined: Wed Mar 21, 2012 12:19 am

Re: Account Password

Post by daver »

Understood..thanks
Post Reply