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:
Chad Whitacre
2017-02-10 17:44:11 -05:00
committed by GitHub
parent 299512aa2b
commit 14ce872b6b
-6
View File
@@ -96,12 +96,6 @@ def report_new_account(acc, config):
config.config_dir),
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):
"""In-memory account strage."""