Skip to content
Snippets Groups Projects
Verified Commit e128cd0f authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

tf-stage2: Update code to reflect that Keycloak registration is disabled

Registration has been disabled since 2023-07-09, so the code should have
been updated a long time ago.
parent 64c408c6
No related branches found
No related tags found
No related merge requests found
Pipeline #94944 passed
......@@ -73,7 +73,7 @@ resource "keycloak_realm" "archlinux" {
display_name = "Arch Linux"
display_name_html = "<div class=\"kc-logo-text\"><span>Arch Linux</span></div>"
registration_allowed = true
registration_allowed = false
reset_password_allowed = true
verify_email = true
login_with_email_allowed = true
......
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