Package io.jmix.security.user
Annotation Interface PasswordChangeRequired
Marks a Boolean field of a user entity that indicates whether the user is required to change
the password at the next logon.
When this annotation is present on a field:
AbstractDatabaseUserRepositoryresets the field tofalsewhen the user changes the password, and sets it totruewhen the administrator resets the password.- UI shows a modal forced change-password dialog after the user logs in.