mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 05:36:16 +00:00
0692cc2cc1
- Currently users created through the reverse proxy aren't created trough the normal route of `createAndHandleCreatedUser` as this does a lot of other routines which aren't necessary for the reverse proxy auth, however one routine is important to have: the first created user should be an admin. This patch adds that code - Adds unit test. - Resolves #4437 |
||
---|---|---|
.. | ||
source | ||
additional_scopes_test.go | ||
auth.go | ||
auth_test.go | ||
basic.go | ||
group.go | ||
httpsign.go | ||
interface.go | ||
main_test.go | ||
oauth2.go | ||
reverseproxy.go | ||
reverseproxy_test.go | ||
session.go | ||
signin.go | ||
source.go | ||
sspi.go | ||
sspiauth_posix.go | ||
sspiauth_windows.go | ||
sync.go |