Currently I am using Mappview with MappUserX to handle the login procedure of my application. One off the requirements off the system is that the uniqueness between Password and ID must be maintained, Both the same is should not be acceptable by the system.
Does anyone have a sugestion one how this can be implemented because this is not part off the configuration in MappUserX
Hi Martijn,
I’m interpreting “uniqueness between Password and ID” as meaning that you want to make sure users can’t set their password to be their username.
It doesn’t look like is one of the built-in checks, like you said. I’d recommend you add this functionality by performing a check within your password-change code. Unfortunately, this means you won’t be able to use the built-in UserListDialog to automatically change the password, but you can still use the UserList widget in combination with the MpUserXManagerUI function block. You would just build in your own check(s) before telling MpUserX to confirm the changes.
Thank you marcus for you fast reply. You are correct that the password may not be set the same as the username. I will have a look how I can implement it easily in the software.