#4242 Support multi emails register (#5994)

This change will allow registering/updating account with multi emails.
Detail is enclosed in #4242

* support multi emails register

* add more test cases

* update test to unregister before register

* update create path to support multi emaill

* refactor payload updating

* fix typo

* move command line doc to another place

* revert the change for updating account registration info, added unit test

* rearrange text for consistency
This commit is contained in:
Quang Vu
2018-05-22 15:32:44 -07:00
committed by Brad Warren
parent c9a206ca89
commit cfd4b8f363
7 changed files with 39 additions and 24 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ VERB_HELP = [
}),
("enhance", {
"short": "Add security enhancements to your existing configuration",
"opts": ("Helps to harden the TLS configration by adding security enhancements "
"opts": ("Helps to harden the TLS configuration by adding security enhancements "
"to already existing configuration."),
"usage": "\n\n certbot enhance [options]\n\n"
}),