-
Bug
-
Resolution: Cannot Reproduce
-
Medium
-
None
-
2.0
-
None
When I create a user, the credential passed to crowd is not validated against the regex configured for the directory.
When I create a user, the credential passed to crowd is not validated against the regex configured for the directory.
This feature will only currently work with an Internal Directory.
The addUser method on the InternalDirectory calls
, this method validates if a password meets the given regex.
I have just tested this via the Demo application (that uses the SOAP API) in Crowd 2.0.3 with success.