mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Remove erroneous advice
Per @pfg at https://community.letsencrypt.org/t/-/21318/2: > This is not really true anymore - account recovery via email was planned to be added at some point, but has been removed from the spec since.
This commit is contained in:
@@ -96,12 +96,6 @@ def report_new_account(acc, config):
|
|||||||
config.config_dir),
|
config.config_dir),
|
||||||
reporter.MEDIUM_PRIORITY)
|
reporter.MEDIUM_PRIORITY)
|
||||||
|
|
||||||
if acc.regr.body.emails:
|
|
||||||
recovery_msg = ("If you lose your account credentials, you can "
|
|
||||||
"recover through e-mails sent to {0}.".format(
|
|
||||||
", ".join(acc.regr.body.emails)))
|
|
||||||
reporter.add_message(recovery_msg, reporter.MEDIUM_PRIORITY)
|
|
||||||
|
|
||||||
|
|
||||||
class AccountMemoryStorage(interfaces.AccountStorage):
|
class AccountMemoryStorage(interfaces.AccountStorage):
|
||||||
"""In-memory account strage."""
|
"""In-memory account strage."""
|
||||||
|
|||||||
Reference in New Issue
Block a user