Skip to content
Snippets Groups Projects
Verified Commit d0712657 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

keycloak: Switch to new account management page

parent c33da3ad
No related branches found
No related tags found
1 merge request!40keycloak: Switch to new account management page
Pipeline #714 passed
feature.account2=enabled
feature.account_api=enabled
......@@ -8,6 +8,11 @@
notify:
- restart keycloak
- name: copy profile.properties
copy: src=profile.properties dest=/etc/keycloak/profile.properties owner=keycloak group=keycloak mode=600
notify:
- restart keycloak
- name: create an admin user
command: /opt/keycloak/bin/add-user-keycloak.sh -r master -u "{{ vault_keycloak_admin_user }}" -p "{{ vault_keycloak_admin_password }}"
args:
......
......@@ -52,6 +52,8 @@ resource "keycloak_realm" "archlinux" {
login_with_email_allowed = true
password_policy = "length(8) and notUsername"
account_theme = "keycloak-preview"
browser_flow = "Arch Browser"
registration_flow = "Arch Registration"
......
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