RSS Feed/News Any way to bypass usernameValidation programmatically?

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
25,933
Points
823

Reputation:

Example:

Code:

Code:
        $user->email = $email;

$user->username = $username;

$user->save();

I want to bypass the option to check if the username has disallowed text, set in the options area. Any way to do this?

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