Slightly clearer message about email marked as verified w/ adduser gmg command
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 23 Jun 2011 03:17:58 +0000 (22:17 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 23 Jun 2011 03:17:58 +0000 (22:17 -0500)
mediagoblin/gmg_commands/users.py

index 3709b61f2fb6f8d68fc1450f3db9cff238db684f..b4a6bbc1db2734f2266c039f4ca8a152817dc781 100644 (file)
@@ -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):