mirror of
https://gitee.com/gitea/gitea
synced 2025-11-25 10:50:26 +08: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