summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2016-02-10 10:16:11 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2016-02-10 10:16:11 +0900
commit649515cb3d789b179bf5c9c287d82f78d3cb8bd9 (patch)
tree4dcd510c6639147ffe610511592f8bd6e3503a82
parent61af5c11d8a611745ff8094e64070f8568c69c70 (diff)
Document new allowrcpt restriction on adding user email
Since change Ic83e1f739 the new email address must belong to a domain that is allowed by the sendemail.allowrcpt setting. Update the documentation to mention this. Change-Id: Ib818535b0fa30dd25fde2d92837bfa913cb71f9e
-rw-r--r--Documentation/rest-api-accounts.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/rest-api-accounts.txt b/Documentation/rest-api-accounts.txt
index 7aec531b7a..a510e8a18f 100644
--- a/Documentation/rest-api-accounts.txt
+++ b/Documentation/rest-api-accounts.txt
@@ -442,6 +442,9 @@ For the development mode email addresses are directly added without
confirmation. A Gerrit administrator may add an email address without
confirmation by setting `no_confirmation` in the
link:#email-input[EmailInput].
+If link:config-gerrit.html#sendemail.allowrcpt[sendemail.allowrcpt] is
+configured, the added email address must belong to a domain that is
+allowed, unless `no_confirmation` is set.
In the request body additional data for the email address can be
provided as link:#email-input[EmailInput].