KEYCLOAK-1361 - ability to add custom fields (user.attributes) on
login-update-profile.ftl page
This commit is contained in:
parent
6d6e598ce5
commit
ea98b26766
1 changed files with 2 additions and 0 deletions
|
@ -796,6 +796,8 @@ public class LoginActionsService {
|
|||
user.setEmailVerified(false);
|
||||
}
|
||||
|
||||
AttributeFormDataProcessor.process(formData, realm, user);
|
||||
|
||||
user.removeRequiredAction(RequiredAction.UPDATE_PROFILE);
|
||||
event.clone().event(EventType.UPDATE_PROFILE).success();
|
||||
|
||||
|
|
Loading…
Reference in a new issue