Allow only OpenID as login option #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, we still have both the standard and OpenID login. This is a bit confusing. I wonder if there is an option to only display the option to login via OpenID. That is all we support at the moment.
There is also the OpenID tab which asks for a URL which is super confusing.
Unfortunately, we need the "local" login for the admin account. This OpenID tab can go though and I'd like to know how to get rid of that. I think we have some of these configured but not sure https://docs.gitea.io/en-us/config-cheat-sheet/#openid-openid.
@decentral1se yeh I think that additional tab is the main point of confusion.
Looks like we might have to patch the login template.
See https://github.com/go-gitea/gitea/issues/10793 (related topic).
I guess they haven't put more resources on this usability aspect as of now.