Parcourir la source

[2713] forgot to rename one call

Jelte Jansen il y a 12 ans
Parent
commit
ed259e05b0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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