mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Merge pull request #979 from letsencrypt/explain-email
Explain email recovery better
This commit is contained in:
commit
9549af1bad
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ def get_email():
|
|||
"""
|
||||
while True:
|
||||
code, email = zope.component.getUtility(interfaces.IDisplay).input(
|
||||
"Enter email address")
|
||||
"Enter email address (used for urgent notices and lost key recovery)")
|
||||
|
||||
if code == display_util.OK:
|
||||
if le_util.safe_email(email):
|
||||
|
|
|
|||
Loading…
Reference in a new issue