Rename option and fix displayed info

This commit is contained in:
Miquel Ruiz
2015-11-16 16:57:48 -08:00
committed by Peter Eckersley
parent 36842b7bbb
commit 99f9f1b106
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -124,9 +124,10 @@ def get_email():
"""
while True:
code, email = zope.component.getUtility(interfaces.IDisplay).input(
"Enter email address (mandatory since no "
"--allow-unsafe-registration was provided)"
"(used for urgent notices and lost key recovery)")
"Enter email address "
"(used for urgent notices and lost key recovery)\n\n"
"If you really want to skip this, run the client with "
"--register-unsafely-without-email")
if code == display_util.OK:
if le_util.safe_email(email):