RSS Feed/News User regex always saying invalid

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,662
Points
823

Reputation:

I'm currently trying to restrict the characters that user's can out in their usernames.

I'm trying to restrict to just
Code:

^[a-zA-Z0-9_\-]$
which doesn't appear to work but even when I try
Code:

^[a-zA-Z0-9]$
(suggested here) I get the same error message.

1689140122581.png

I have tried making this change from both my desktop and phone, admittedly Chrome on both. Logged out of the admin portal and logged back in. I've also used an online regex tester and it appears to work fine.

Am...

Read more

Continue reading...
 
Status
Not open for further replies.
Top