jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Migrate Remember Me resetting action

Open Flaurite opened this issue 1 year ago • 1 comments

Description

In 1.x versions there is a ResetRememberMeTokenAction.java. This action is available in user-browse.xml, in dropdown list

image

This action can be migrated almost as is, since it uses OptionDialog and UserManager service.

Flaurite avatar Mar 21 '24 09:03 Flaurite

We're not sure that we need this a separate action. RememberMe tokens are reset when user password is being changed. See io.jmix.core.security.UserManager#resetPasswords

gorbunkov avatar Mar 22 '24 06:03 gorbunkov