Hi, I'm hoping someone can help me before I contact Telligent with a support ticket.
There is a RegEx that is used to control whether or not a password is considered valid. My installation has the following RegEx: ^.*$.
From what I know of regex's, I thought this means you can have *any* password, & CS would consider it valid. Am I missing something on that point?
OTOH, if it's as I expect, then can someone tell me why the password "test" fails?
- O8