Hi DW
I am using your security API for creating and logging in users using AJAX calls to an MVC Controller.
It seems however, that User.Save() and User.EncryptPassword() bypasses the passwrod complexity rules setup in the DW backend.
Do you have an idea how i can either correctly use the API to conform to these rules, or if there is any way i can request the rules from the API and put them to use, without building something custom in regards to password complexity:)
Thanks in advance!
-Ronni