mirror of
https://github.com/muety/wakapi.git
synced 2025-12-06 06:22:41 -08:00
feat: allow to disable local and OIDC signup separately. Closes #868
This commit is contained in:
@@ -36,6 +36,7 @@ security:
|
||||
insecure_cookies: true
|
||||
cookie_max_age: 172800
|
||||
allow_signup: true
|
||||
oidc_allow_signup: true
|
||||
expose_metrics: true
|
||||
signup_max_rate: 999/1s
|
||||
login_max_rate: 999/1s
|
||||
|
||||
@@ -35,6 +35,7 @@ security:
|
||||
insecure_cookies: true
|
||||
cookie_max_age: 172800
|
||||
allow_signup: true
|
||||
oidc_allow_signup: true
|
||||
expose_metrics: true
|
||||
signup_max_rate: 999/1s
|
||||
login_max_rate: 999/1s
|
||||
|
||||
@@ -36,6 +36,7 @@ security:
|
||||
insecure_cookies: true
|
||||
cookie_max_age: 172800
|
||||
allow_signup: true
|
||||
oidc_allow_signup: true
|
||||
expose_metrics: true
|
||||
signup_max_rate: 999/1s
|
||||
login_max_rate: 999/1s
|
||||
|
||||
@@ -36,6 +36,7 @@ security:
|
||||
insecure_cookies: true
|
||||
cookie_max_age: 172800
|
||||
allow_signup: true
|
||||
oidc_allow_signup: true
|
||||
expose_metrics: true
|
||||
signup_max_rate: 999/1s
|
||||
login_max_rate: 999/1s
|
||||
@@ -57,4 +58,4 @@ mail:
|
||||
port:
|
||||
username:
|
||||
password:
|
||||
tls:
|
||||
tls:
|
||||
|
||||
Reference in New Issue
Block a user