Password Policy Regular Expression Not Working With Regex

Hi,

CMS Version

I´m using CMS Version 3.0.0

Player Type

Windows

Player Version

n/a

Issue

I´ve created a new regex expression for password. The regex is:
^(?=.[a-z])(?=.[A-Z])(?=.\d)(?=.[!"#$%&()=?])[A-Za-z\d!"#$%&()?]{8,}$

This regex should mean I need a password with a minimum of 8 characters and at least one of all the following (one upercase letter, one lowercase letter, one number and one special symbol chosen from the following !"#$%&()=?*).

I´ve tried the regex in a site with the password Carlos$123 and with shows as a match, but when I choose the same password in Xibo, it doesn’t accept it.

What i´m I doing wrong?

Thanks,
Nelson

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.