changeset 378:436f9b54d3e1

newuser: Add some explanation as to what to do with the output.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 24 Sep 2015 21:26:56 -0700
parents 2bad085aeff6
children 8fb643ea7982
files wikked/commands/users.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wikked/commands/users.py	Thu Sep 24 21:25:34 2015 -0700
+++ b/wikked/commands/users.py	Thu Sep 24 21:26:56 2015 -0700
@@ -41,4 +41,6 @@
         password = ctx.args.password or getpass.getpass('Password: ')
         password = generate_password_hash(password)
         logger.info("%s = %s" % (username[0], password))
+        logger.info("")
+        logger.info("(copy this into your .wikirc file)")