Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
ed259e05
Commit
ed259e05
authored
Feb 26, 2013
by
Jelte Jansen
Browse files
[2713] forgot to rename one call
parent
d3d28bdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/usermgr/b10-cmdctl-usermgr.py.in
View file @
ed259e05
...
@@ -191,7 +191,7 @@ class UserManager:
...
@@ -191,7 +191,7 @@ class UserManager:
if len(self.args) > 2:
if len(self.args) > 2:
password = self.args[2]
password = self.args[2]
else:
else:
password = self._
_
prompt_for_password()
password = self._prompt_for_password()
if not self.__add_user(username, password):
if not self.__add_user(username, password):
print("Error: username exists")
print("Error: username exists")
return USER_EXISTS
return USER_EXISTS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment