Improve description of what email is used for.

Specifically, it's not currently used for account recovery.
This commit is contained in:
Peter Eckersley
2016-10-12 16:37:55 -07:00
committed by Jacob Hoffman-Andrews
parent 7773568332
commit 3615b9030c
+1 -1
View File
@@ -29,7 +29,7 @@ def get_email(invalid=False, optional=True):
""" """
invalid_prefix = "There seem to be problems with that address. " 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 " unsafe_suggestion = ("\n\nIf you really want to skip this, you can run "
"the client with --register-unsafely-without-email " "the client with --register-unsafely-without-email "
"but make sure you then backup your account key from " "but make sure you then backup your account key from "