Account management
From Wiki CEINGE
(Difference between revisions)
| Revision as of 15:07, 20 June 2007 (edit) Gianluca (Talk | contribs) (New page: Each person registered at the personnel office, can ask for its account (username and initial password) after a few days and activate it by changing the password. The initial assigned pass...) ← Previous diff |
Revision as of 15:12, 20 June 2007 (edit) (undo) Gianluca (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| - | Each person registered at the personnel office, can ask for its account (username and initial password) after a few days and activate it by changing the password. The initial assigned password is temporary and expires in 5 days: that means it should be changed as soon as possible, trying to choose a word easy to remember and difficult to guess. | + | Each person registered at the personnel office, can ask for its account (username and initial password) after a few days from the registration and activate it by changing the password. The initial assigned password is temporary and expires in 5 days: that means it should be changed as soon as possible, trying to choose a word easy to remember and difficult to guess. |
| + | Some base rules to choose a good password follows: | ||
| + | *It shouldn't contain common words; | ||
| + | *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. | ||
Revision as of 15:12, 20 June 2007
Each person registered at the personnel office, can ask for its account (username and initial password) after a few days from the registration and activate it by changing the password. The initial assigned password is temporary and expires in 5 days: that means it should be changed as soon as possible, trying to choose a word easy to remember and difficult to guess. Some base rules to choose a good password follows:
- It shouldn't contain common words;
- 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.
