Skip to content
Snippets Groups Projects
Verified Commit 8cedd7cc authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

Merge branch 'keycloak-password-reset-time' into 'master'

tf-stage2: use 1h timeout for keycloak pw resets

See merge request !889
parents 8df0f2f0 388f7b7e
No related branches found
No related tags found
1 merge request!889tf-stage2: use 1h timeout for keycloak pw resets
Pipeline #113521 passed
......@@ -94,6 +94,9 @@ resource "keycloak_realm" "archlinux" {
registration_flow = "Arch Registration"
reset_credentials_flow = "Arch Reset Credentials"
// set one hour validity for password reset mails etc
action_token_generated_by_user_lifespan = "60m0s"
smtp_server {
host = "mail.archlinux.org"
from = "accounts@archlinux.org"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment