A Andy R Member Aug 19, 2024 #1 Example: 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?
Example: 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?