Slightly clearer message about email marked as verified w/ adduser gmg command

This commit is contained in:
Christopher Allan Webber 2011-06-22 22:17:58 -05:00
parent a3fae1bd07
commit 64201d12c3

View 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):