This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
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>
2021-05-13 23:11:47 +01:00
..
admin Restore PAM user autocreation functionality (#15825) 2021-05-13 23:11:47 +01:00
api/v1 [API] make change repo settings work on empty repos (#15778) 2021-05-08 14:11:36 +02:00
dev
events
org
private Move restore repo to internal router and invoke from command to avoid open the same db file or queues files (#15790) 2021-05-10 15:57:45 +08:00
repo Add mimetype mapping settings (#15133) 2021-05-10 16:38:08 -04:00
routes Return go-get info on subdirs (#15642) 2021-05-09 22:50:06 +01:00
user Fix goth user infer bug (#15821) 2021-05-10 16:31:32 +01:00
utils
home.go
init.go
install.go
metrics.go
swagger_json.go