mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Rename option and fix displayed info
This commit is contained in:
committed by
Peter Eckersley
parent
36842b7bbb
commit
99f9f1b106
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user