mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Improve description of what email is used for.
Specifically, it's not currently used for account recovery.
This commit is contained in:
committed by
Jacob Hoffman-Andrews
parent
7773568332
commit
3615b9030c
@@ -29,7 +29,7 @@ def get_email(invalid=False, optional=True):
|
||||
|
||||
"""
|
||||
invalid_prefix = "There seem to be problems with that address. "
|
||||
msg = "Enter email address (used for urgent notices and lost key recovery)"
|
||||
msg = "Enter email address (used for urgent renewal and security notices)"
|
||||
unsafe_suggestion = ("\n\nIf you really want to skip this, you can run "
|
||||
"the client with --register-unsafely-without-email "
|
||||
"but make sure you then backup your account key from "
|
||||
|
||||
Reference in New Issue
Block a user