I
I
Ilya Pavlov2015-10-24 00:31:36
PHP
Ilya Pavlov, 2015-10-24 00:31:36

What should be the correct login length?

What to choose the maximum and minimum length of the login? What does choice depend on? What then influences? And a password for one?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
X
xmoonlight, 2015-10-24
@PiCoderman

Login: 3-20 characters, any characters of the alphabet (selected by the user) of the site language and/or numbers and/or one of the characters: "-" or "_".
Also, you can use E-MAIL for authorization in the login field,
BUT REMEMBER!: E-MAIL != LOGIN
Password: from 8-50 characters, any characters, must contain at least ANY TWO punctuation marks and/or digits.
For example:
Login: Wild_Max, Fox, Turbo-500
Passwords: "soft_342" or "DEMO-927" or "[email protected]" or "[email protected]@[email protected]"
...... fit the requirements.

O
Ogogon, 2015-10-24
@Ogogon

The length of the login does not affect anything. It must be your favorite.
The length of the password affects your peace of mind. It should be at least 7-8 characters, preferably 10-12. If the password is technical (his computer tells the computer) 16-18.
The password must contain lowercase and uppercase letters, numbers, other keyboard characters (plus, minus, underscore, percentage, pound sign, etc.). The password must not be a common word.
It is best to generate a password with a special program.

D
Dimonchik, 2015-10-24
@dimonchik2013

the correct guys put the email in the login,
i.e. at least @gmail.com = 10 characters
with a simpler password: at least 8 characters, or, if you stubbornly, at least 13, with capital letters and special characters (this is from practice)

D
Dmitry Evgrafovich, 2015-10-24
@Tantacula

Exactly 9 characters.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question