# HG changeset patch # User Ludovic Chabant # Date 1443155216 25200 # Node ID 436f9b54d3e15a69313e6d10866f565b9d9ffd68 # Parent 2bad085aeff65a0ec4db86d2db6ff62be790c2dc newuser: Add some explanation as to what to do with the output. diff -r 2bad085aeff6 -r 436f9b54d3e1 wikked/commands/users.py --- 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)")