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:
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...
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...