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/modules/forms
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 Move middlewares to web/middleware (#14480) 4 years ago
auth_form.go Restore PAM user autocreation functionality (#15825) (#15867) 4 years ago
org.go Move middlewares to web/middleware (#14480) 4 years ago
repo_branch_form.go Create tag on ui (#13467) 4 years ago
repo_form.go Move repo.CloseIssuesViaCommitInAnyBranch to issue settings (#14965) 4 years ago
repo_form_test.go Move macaron to chi (#14293) 4 years ago
user_form.go Add Password Algorithm option to install page (#14701) 4 years ago
user_form_auth_openid.go Move middlewares to web/middleware (#14480) 4 years ago
user_form_test.go Allow blocking some email domains from registering an account (#14667) 4 years ago