mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Explain email recovery better
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user