Email field immutable like the Username

Greetings,

When I go to “http://doman.com/auth/realms/master/account/#/personal-info,” I want to make sure users are unable to change the Email field. Any ideas on a fix?

fix was to update account.flt

<input type=“text” class=“form-control” id=“email” name=“email” readonly autofocus value="${(account.email!’’)}"/>

1 Like

Have you tried this with the new keycloak2 theme?