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.
forgejo/routers/admin
zeripath d234d37aa8
Restore PAM user autocreation functionality (#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>
3 years ago
..
admin.go Move modules/forms to services/forms (#15305) 3 years ago
admin_test.go Shadow the password on cache and session config on admin panel (#7300) 5 years ago
auths.go Restore PAM user autocreation functionality (#15825) 3 years ago
emails.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
hooks.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
main_test.go Force user to change password (#4489) 6 years ago
notice.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
orgs.go API add/generalize pagination (#9452) 5 years ago
repos.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
users.go Move modules/forms to services/forms (#15305) 3 years ago
users_test.go Move modules/forms to services/forms (#15305) 3 years ago