1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 04:31:30 +02:00
gitea/services/auth
zeripath f6145a69c4
Restore user autoregistration with email addresses (#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-03-31 15:20:25 +02:00
..
source Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
auth_test.go
auth.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
basic.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
group.go Let web and API routes have different auth methods group (#19168) 2022-03-28 12:46:28 +08:00
interface.go
oauth2.go
reverseproxy.go
session.go
signin.go Restore user autoregistration with email addresses (#19261) 2022-03-31 15:20:25 +02:00
source.go
sspi_windows.go Let web and API routes have different auth methods group (#19168) 2022-03-28 12:46:28 +08:00
sync.go