Generate regex from password policy

1
Is there any way to obtain the password policy set in the project settings as a regex or in any other form? Cheers, Tim
asked
1 answers
0

See the documentation here: https://world.mendix.com/display/refguide6/Regular+Expressions You should modify the change password routines and do a regex check there to match the settings you defined in the modeler. This can not be done automaticly.

Regards,

Ronald

answered