summaryrefslogtreecommitdiff
path: root/scripts/standalone_root_pw_reset
AgeCommit message (Collapse)Author
2014-10-16vyatta-cfg-system: allow password reset for users other than vyosAlex Harpin
The password reset option only allows resetting the password for the default admin (vyos) user. This now allows the user to be specified for the password reset, defaulting to the 'vyos' user with a password of 'vyos'. Bug #342 http://bugzilla.vyos.net/show_bug.cgi?id=342
2014-10-16vyatta-cfg-system: set default vyos password hash to sha-512 when resetAlex Harpin
In line with Bug #318, set the default vyos user password hash to use SHA-512 instead of MD5 when recreating the user during a password reset Bug #355 http://bugzilla.vyos.net/show_bug.cgi?id=355
2014-10-16vyatta-cfg-system: add complete user config entry on password resetAlex Harpin
Add the default plaintext-password entry to the default vyos user created during password reset. Bug #342 http://bugzilla.vyos.net/show_bug.cgi?id=342
2014-10-16vyatta-cfg-system: fix for 'user vyos doesn't exist' on password resetAlex Harpin
If you delete the vyos user from the system and then go into password reset mode on reboot, the configuration entry for the vyos user is recreated but the command returns 'usermod: user 'vyos' does not exist'. Despite this message the user is created correctly on a full reboot, just not at the point the command is run. Bug #342 http://bugzilla.vyos.net/show_bug.cgi?id=342
2013-11-03Bug #55: fix user name in password reset script.Daniil Baturin
Also remove a Vyatta occurence.
2012-09-06Set system password also when resetting admin passwordJames Davidson
Fixes bug 3241
2010-09-18Bugfix 6210: Fix up case where login section is missing from config file.Bob Gilligan
(cherry picked from commit b39ed5b1c8b85402770305efa6b2248df3440db1)
2010-09-17Bugfix 6210: Fix parsing of config fileBob Gilligan
Previous commit "More fixes to standalone password reset" incorrectly parsed fields in the Vyatta config file. (cherry picked from commit 9a08473ae6abb2aec0e51c758f0712ac91c27de9)
2010-07-22More fixes to standalone password resetStephen Hemminger
Previous changes introduced lots of typos.
2010-07-21Make standalone password recovery more robustStephen Hemminger
Add checks to see if Vyatta configuration even exists and might be missing pieces needed to recover. Add ability to recover totally missing account, if the config file is intact.
2009-09-04Bugfix 4916, 4917: Exit correctly when vyatta user doesn't exist. Add timeout.Bob Gilligan
(cherry picked from commit 852e99ad758daa6db8f47fa0b3610e8ddf884f7a)
2008-10-30Fix typoRick Balocca
2008-10-30Merge branch 'islavista' into jennerRick Balocca
Conflicts: scripts/standalone_root_pw_reset
2008-10-28Fix standalone password resetStephen Hemminger
Handle case of running in standalone where there is no /dev/tty. Handle both formats in configuration file Bugfix 3844
2008-10-28Merge branch 'islavista' into jennerRick Balocca
Conflicts: scripts/install-system scripts/standalone_root_pw_reset
2008-10-27Make standalone passwd reset change vyatta not rootStephen Hemminger
Now that root is gone, only the vyatta account should be reset
2008-10-27Make stanalone passwd reset workStephen Hemminger
2008-10-27Handle config file format change in standalone resetStephen Hemminger
Corollary to earlier bugfix in install-system
2008-10-02Fix overlapping edits of standalone_pw_resetStephen Hemminger
Put in new code to set password, rather than reset it to default Although resetting passwd to default sounds good from a usuablity point of view, it is a potential security hole when system is rebooted. Instead, allow user to choose new passwd.
2008-10-01Standalone passwd reset prompt for passwordStephen Hemminger
Rather than resetting to factory default which continues possible remote security hole, prompt (twice) for new value.
2008-09-25Bugfix: 3515Bob Gilligan
Accept an encrypted-password field with or without a trailing colon character.
2008-07-30Bugfix: 3519Bob Gilligan
Fix some typos in standalone_root_pw_reset.
2008-07-01Can't use logger in standaloneStephen Hemminger
logger depends on syslogd which isn't running in standalone mode. So just format message directly to messages and auth.log
2008-06-30Use logger to write system logStephen Hemminger
Use the logger program to get the proper logging format and message priorities (rather than blindly echoing to /var/log/messages)
2008-06-30Make standalone password reset workStephen Hemminger
Address the problems in bugs 3398 and 3399 as well as some left over stuff from VC 3.0.
2008-03-10Update to GPLv2Stephen Hemminger
Replace references to VPL 1.0 with GPLv2
2007-10-18initial import of systel-level scripts from fairfield/xorp andupstreamAn-Cheng Huang
ofr-eureka/rl-system. (this is the "mess-with-your-system-config" package.)