AndrewMozley
Programmer
An application under development requires a user to have a Username to log in, and a Password.
The password is generally required to have a minimum length and should have a mix of alpha / numeric / mixed case / punctuation characters.
As far as the Username is concerned, is there a general practice followed by other system designers? Is any rule generally imposed? For example should a user name normally be only a mix of alpha and numeric characters - perhaps forced to upper case?
Thanks.
The password is generally required to have a minimum length and should have a mix of alpha / numeric / mixed case / punctuation characters.
As far as the Username is concerned, is there a general practice followed by other system designers? Is any rule generally imposed? For example should a user name normally be only a mix of alpha and numeric characters - perhaps forced to upper case?
Thanks.