mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Merge pull request #497 from letsencrypt/hide-email-optional
Don't suggest optional email.
This commit is contained in:
commit
a71ef63c18
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue