gitea/services/auth
zeripath 14a6aafb50
Restore user autoregistration with email addresses (#19261) (#19312)
Backport #19261

Unfortunately #18789 disabled autoregistration using email addresses as they would
be shortcut to email address does not exist.

This PR attempts to restore autoregistration by allowing an unknown email address
to percolate through to the autoregistration path of UserSignin.

Fix #19256

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-04-02 20:36:47 -04:00
..
source Fix ldap user sync missed email in email_address table (#18786) (#18876) 2022-02-24 19:07:52 +01:00
auth.go Support webauthn (#17957) 2022-01-14 16:03:31 +01:00
auth_test.go Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) 2021-09-02 16:48:48 +01:00
basic.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
group.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
interface.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
oauth2.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
placeholder.go Add bundle download for repository (#14538) 2021-08-24 11:47:09 -05:00
reverseproxy.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
session.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
signin.go Restore user autoregistration with email addresses (#19261) (#19312) 2022-04-02 20:36:47 -04:00
source.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
sspi_windows.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
sync.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00