From 8932d8f180139828c016244d77a30691ef5277a0 Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Thu, 16 Oct 2014 20:45:03 +0100 Subject: 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 --- scripts/standalone_root_pw_reset | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3