You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/admin
zeripath 159bc8842a
Restore PAM user autocreation functionality (#15825) (#15867)
Backport #15825

* Restore PAM user autocreation functionality

PAM autoregistration of users currently fails due to email invalidity.
This PR adds a new setting to PAM to allow an email domain to be set
or just sets the email to the noreply address and if that fails falls
back to uuid@localhost

Fix #15702

Signed-off-by: Andrew Thornton <art27@cantab.net>

* As per KN4CKER

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
4 years ago
..
admin.go Migrate to use jsoniter instead of encoding/json (#14841) 4 years ago
admin_test.go Shadow the password on cache and session config on admin panel (#7300) 6 years ago
auths.go Restore PAM user autocreation functionality (#15825) (#15867) 4 years ago
emails.go migrate from com.* to alternatives (#14103) 4 years ago
hooks.go Merge default and system webhooks under one menu (#14244) 4 years ago
main_test.go Force user to change password (#4489) 7 years ago
notice.go migrate from com.* to alternatives (#14103) 4 years ago
orgs.go API add/generalize pagination (#9452) 5 years ago
repos.go Close the gitrepo when deleting the repository (#15876) (#15887) 4 years ago
users.go Move macaron to chi (#14293) 4 years ago
users_test.go Move macaron to chi (#14293) 4 years ago