Hi everyone.
I want to verify if an user existing password is the same with a typed user password.
I’ve tried to use BonitaUsers.getUser(apiAccessor, loggedUserId).getPassword(), but I noticed that is deprecated.
Is there a way to compare only the existing password with a text which user is typing?
Thanks.