diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2014-10-16 20:45:03 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2014-10-16 20:45:03 +0100 |
commit | 8932d8f180139828c016244d77a30691ef5277a0 (patch) | |
tree | 41b49349b956d3a1eee64ced39fe592fa4c42c85 /scripts/standalone_root_pw_reset | |
parent | 4c72c4877f5226096df4f7c15cb73c5adb93055d (diff) | |
download | vyatta-cfg-system-8932d8f180139828c016244d77a30691ef5277a0.tar.gz vyatta-cfg-system-8932d8f180139828c016244d77a30691ef5277a0.zip |
vyatta-cfg-system: add complete user config entry on password reset
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
Diffstat (limited to 'scripts/standalone_root_pw_reset')
-rwxr-xr-x | scripts/standalone_root_pw_reset | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/standalone_root_pw_reset b/scripts/standalone_root_pw_reset index dc12a4d6..f3f6c565 100755 --- a/scripts/standalone_root_pw_reset +++ b/scripts/standalone_root_pw_reset @@ -151,6 +151,7 @@ then user $ADMIN {\\ authentication {\\ encrypted-password \"$1$4XHPj9eT$G3ww9B/pYDLSXC8YVvazP0\"\\ + plaintext-password \"\"\\ }\\ level admin\\ }" $CF |