[fix] role:gitea
This commit is contained in:
parent
3cd7aaf702
commit
fa273c1f04
|
|
@ -83,13 +83,13 @@ SHOW_REGISTRATION_BUTTON = false
|
|||
AUTO_WATCH_NEW_REPOS = false
|
||||
AUTO_WATCH_ON_CHANGES = false
|
||||
|
||||
{% if var_gitea_authentication == 'internal' %}
|
||||
{% if var_gitea_authentication_kind == 'internal' %}
|
||||
[openid]
|
||||
ENABLE_OPENID_SIGNIN = false
|
||||
ENABLE_OPENID_SIGNUP = false
|
||||
{% endif %}
|
||||
|
||||
{% if var_gitea_authentication == 'authelia' %}
|
||||
{% if var_gitea_authentication_kind == 'authelia' %}
|
||||
[openid]
|
||||
ENABLE_OPENID_SIGNIN = false
|
||||
ENABLE_OPENID_SIGNUP = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue