Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-02 | Commit and save password changes only once | James Davidson | |
If there are multiple user passwords that need to be changed committing and saving a new password for each user slows the process down alot. Fixes bug 8406. | |||
2012-09-25 | Bugfix 8290: Detect original unsalted password | John Southworth | |
2012-09-25 | Bugfix 8290: Detect original unsalted password | John Southworth | |
2012-09-21 | Do not check disabled accounts for default password | James Davidson | |
Fixes bug 8368 | |||
2012-09-05 | Bugfix 8326 | John Southworth | |
Fix password change script save function to work as it does in vyattacfg. Fix empty substitution on 'plaintext-password ""' causing script error. | |||
2012-09-04 | Bugfix 8290 | John Southworth | |
Don't allow default password to persist after first boot. Due to the numerous ways a user can get a vyatta system this required a lot of changes. 1. Don't allow a user to set a password to 'vyatta' after first login, but allow it on the initial boot otherwise the system will have no user. 2. Don't allow the password to be set to vyatta in installer. 3. Force password change on first login. under the following conditions: 3.a. User is an admin level user. Operators do not have the abillity to change the config so they can't change passwords. Allow 'vyatta' to be the password until an admin logs in. 3.b. This is not the livecd, its silly to force a password change before install. |