F convenient admin
1 unresolved thread
1 unresolved thread
Compare changes
Files
2+ 22
− 3
@@ -116,13 +116,15 @@ def _promt_for_pw():
@@ -136,7 +138,10 @@ def do_deactivate_user(args):
@@ -305,6 +310,8 @@ USAGE
@@ -314,6 +321,12 @@ USAGE
@@ -331,12 +344,18 @@ USAGE
Please have a closer look at the logic: I think in this new implementation, giving a password is required. If it's not given on the command line, the program will ask for it. Is this the desired behaviour?