Browse Source

[2713] forgot to rename one call

Jelte Jansen 12 years ago
parent
commit
ed259e05b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/usermgr/b10-cmdctl-usermgr.py.in

+ 1 - 1
src/bin/usermgr/b10-cmdctl-usermgr.py.in

@@ -191,7 +191,7 @@ class UserManager:
                 if len(self.args) > 2:
                     password = self.args[2]
                 else:
-                    password = self.__prompt_for_password()
+                    password = self._prompt_for_password()
                 if not self.__add_user(username, password):
                     print("Error: username exists")
                     return USER_EXISTS