mirror of
https://github.com/certbot/certbot.git
synced 2026-01-23 07:20:55 +03:00
Don't suggest optional email.
Email is still optional, by the same mechanism, but removing the suggestion to leave it out we will greatly increase the percentage of users that supply one, which in turn will reduce customer support requests.
This commit is contained in:
@@ -186,7 +186,7 @@ class Account(object):
|
||||
"""
|
||||
while True:
|
||||
code, email = zope.component.getUtility(interfaces.IDisplay).input(
|
||||
"Enter email address (optional, press Enter to skip)")
|
||||
"Enter email address")
|
||||
|
||||
if code == display_util.OK:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user