From 8ea1b41a0e353da2d3ec3b7f5ee3bd240261c668 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Mon, 11 Mar 2019 13:21:52 -0500 Subject: Clarify what registration_shared_secret allows for (#2885) (#4844) * Clarify what registration_shared_secret allows for (#2885) Signed-off-by: Aaron Raimist * Add changelog Signed-off-by: Aaron Raimist --- docs/sample_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index b62745dd6e..22d5e6b1d7 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -624,8 +624,8 @@ enable_registration: False # - medium: msisdn # pattern: '\+44' -# If set, allows registration by anyone who also has the shared -# secret, even if registration is otherwise disabled. +# If set, allows registration of standard or admin accounts by anyone who +# has the shared secret, even if registration is otherwise disabled. # # registration_shared_secret: -- cgit 1.4.1