diff options
author | techknowlogick <hello@techknowlogick.com> | 2019-01-19 18:22:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-19 18:22:47 -0500 |
commit | 71c832e0432dde04ace8eb46a80c7add9819ec05 (patch) | |
tree | 6f3599c3b9f54adabba08d17e63313941da4d3f8 /custom | |
parent | fba1f14779a45d378326de2606612d87437c49b7 (diff) | |
download | gitea-71c832e0432dde04ace8eb46a80c7add9819ec05.tar.gz gitea-71c832e0432dde04ace8eb46a80c7add9819ec05.zip |
Add documentation for SHOW_REGISTRATION_BUTTON (#5778)
* Fix #5737
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 6fe3e984de..39513833e7 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -366,6 +366,8 @@ DEFAULT_ALLOW_ONLY_CONTRIBUTORS_TO_TRACK_TIME = true ; if he has set KeepEmailPrivate to true. The user's email will be replaced with a ; concatenation of the user name in lower case, "@" and NO_REPLY_ADDRESS. NO_REPLY_ADDRESS = noreply.example.org +; Show Registration button +SHOW_REGISTRATION_BUTTON = true [webhook] ; Hook task queue length, increase if webhook shooting starts hanging |