summaryrefslogtreecommitdiff
path: root/scripts/vyatta-first-login-passwd.sh
AgeCommit message (Collapse)Author
2012-10-02Commit and save password changes only onceJames 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-25Bugfix 8290: Detect original unsalted passwordJohn Southworth
2012-09-25Bugfix 8290: Detect original unsalted passwordJohn Southworth
2012-09-21Do not check disabled accounts for default passwordJames Davidson
Fixes bug 8368
2012-09-05Bugfix 8326John 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-04Bugfix 8290John 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.