diff options
author | Dave Arter <davea@mysociety.org> | 2018-01-29 08:28:36 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-02-07 17:22:10 +0000 |
commit | 01311af63412f39b75ff3b12bb6dc4051eab13b3 (patch) | |
tree | f612e211382ed2523e5fe65716722fa30ea9a7b7 /conf | |
parent | d1f04a07b1eb2f24a065a26320350977a10b400f (diff) |
Allow ‘report as another user’ to only provide a phone number
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 79af1c78e..b9900dea2 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -206,9 +206,12 @@ TESTING_COUNCILS: '' # if you're using Message Manager, include the URL here (see https://github.com/mysociety/message-manager/) MESSAGE_MANAGER_URL: '' +# If you want to use SMS login or 'report as' with just a phone number, you'll +# need to set the site's two-digit ISO 3166 country code (e.g. GB) here. +PHONE_COUNTRY: '' + # If you enable login via SMS authentication, you'll need a twilio account SMS_AUTHENTICATION: 0 -PHONE_COUNTRY: '' TWILIO_ACCOUNT_SID: '' TWILIO_AUTH_TOKEN: '' TWILIO_FROM_PARAMETER: '' |