Support reverse proxy providing email#5554
Conversation
techknowlogick
left a comment
There was a problem hiding this comment.
Please add to example app.ini the conf value as well
|
I knew there was somewhere else. The other values aren't in the example app.ini - I guess I should add those too |
This PR implements go-gitea#2347
a5a3439 to
3636c9b
Compare
OK that was weird - so I searched again today and the original values pop up in the app.ini.sample ... I'm not sure what happened there! |
|
@techknowlogick : I've added the appropriate lines to |
techknowlogick
left a comment
There was a problem hiding this comment.
@zeripath Look's great!
Codecov Report
@@ Coverage Diff @@
## master #5554 +/- ##
==========================================
- Coverage 37.55% 37.54% -0.01%
==========================================
Files 321 321
Lines 47172 47181 +9
==========================================
- Hits 17714 17713 -1
- Misses 26916 26924 +8
- Partials 2542 2544 +2
Continue to review full report at Codecov.
|
This PR implements #2347 by allowing the reverse proxy to set the email address on auto-register.
The current implementation does not allow for changing the email address using the reverse proxy - perhaps it should?