Choose a password
From Wiki CEINGE
(Difference between revisions)
Revision as of 15:48, 20 June 2007 (edit) Gianluca (Talk | contribs) (New page: Some base rules to choose a good password follows: *It shouldn't contain common names; *It shouldn't contain names of person; *It should contain both letters and numbers; *There should be ...) ← Previous diff |
Current revision (15:48, 20 June 2007) (edit) (undo) Gianluca (Talk | contribs) (New page: Some base rules to choose a good password follows: *It shouldn't contain common names; *It shouldn't contain names of person; *It should contain both letters and numbers; *There should be ...) |
Current revision
Some base rules to choose a good password follows:
- It shouldn't contain common names;
- It shouldn't contain names of person;
- It should contain both letters and numbers;
- There should be at least 3 alphabetical characters;
- There should be at least 2 numerical characters;
- It should be different from the user-name string;
- It should be at least 8 characters long.
Anyway, the password changing interface does not accept the new password until a series of checks are passed; they consists in checking that:
- the password is not based on dictionaries;
- the password is different from the previous one;
- the minimum number of character constraint is respected.