aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/gmg_commands/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/users.py b/mediagoblin/gmg_commands/users.py
index 3709b61f..b4a6bbc1 100644
--- a/mediagoblin/gmg_commands/users.py
+++ b/mediagoblin/gmg_commands/users.py
@@ -41,7 +41,7 @@ def adduser(args):
entry['email_verified'] = True
entry.save(validate=True)
- print "User Created: Already Verified :)"
+ print "User created (and email marked as verified)"
def makeadmin_parser_setup(subparser):