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
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 Restore PAM user autocreation functionality (#15825) 3 years ago
api/v1 [API] make change repo settings work on empty repos (#15778) 3 years ago
dev [refactor] replace int with httpStatusCodes (#15282) 3 years ago
events Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
org Unified link creation. (#15619) 3 years ago
private Move restore repo to internal router and invoke from command to avoid open the same db file or queues files (#15790) 3 years ago
repo Add mimetype mapping settings (#15133) 3 years ago
routes Return go-get info on subdirs (#15642) 3 years ago
user Fix goth user infer bug (#15821) 3 years ago
utils Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999) 3 years ago
home.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
init.go Refactor renders (#15175) 3 years ago
install.go Move modules/forms to services/forms (#15305) 3 years ago
metrics.go Move metrics from macaron to chi (#13601) 4 years ago
swagger_json.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago