MWM Server Password Verification

We need to add some rules to validate passwords for local users in MWM server (like passwords must be longer than 6 characters, contains digits and alpha characters, etc)

What is the best way to implement this ?

Thanks
Edgardo

Another customer recently had a similar requirement. Changes were made to MWS to add a hook that enables you to validate the passwords using a custom java class that you implement.

The changes were first shipped in these official fixes, so you would need to have at least that fix level to use the new feature:
MWS_8.0_SP2_Fix15
MWS_8.2_SP1_Fix8

The official documentation is still in progress, but I willl attach a screencast that shows the steps. I’ve also attached the javadocs of the interface in case that is helpful.

javadoc.zip (14.7 KB)
MWS-8342_screencast.zip (3.17 MB)