mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
#697 disable captcha and new admin create user UI
This commit is contained in:
@@ -175,7 +175,7 @@ func CreateSource(source *LoginSource) error {
|
||||
return err
|
||||
}
|
||||
|
||||
func GetAuths() ([]*LoginSource, error) {
|
||||
func LoginSources() ([]*LoginSource, error) {
|
||||
auths := make([]*LoginSource, 0, 5)
|
||||
return auths, x.Find(&auths)
|
||||
}
|
||||
|
Reference in New Issue
Block a user