search for: root_password_2

Displaying 1 result from an estimated 1 matches for "root_password_2".

Did you mean: root_password_1
2011 Aug 08
0
[PATCH] check admin password for upgrade verification
...auth.set_item(PAM.PAM_USER, "admin") global current_password current_password = self.current_password.value() auth.set_item(PAM.PAM_CONV, pam_conv) @@ -590,7 +590,7 @@ class NodeInstallScreen: self.root_password_1 = Entry(15,password = 1) self.root_password_2 = Entry(15,password = 1) - if pwd_set_check("root"): + if pwd_set_check("admin"): elements.setField(Label(" "), 0, 1, anchorLeft = 1) elements.setField(Label("To reset password, please enter the current password "), 0...