Skip to content
Snippets Groups Projects
Commit c70a5108 authored by Lucas García's avatar Lucas García
Browse files

feat: fake wpct_oc_user email domain

parent e59a52e6
No related branches found
Tags 0.1.9
No related merge requests found
......@@ -46,7 +46,7 @@ function wpct_oc_activate()
'user_nicename' => 'WPCT OC User',
'user_login' => 'wpct_oc_user',
'user_pass' => 'wpct_oc_pass',
'user_email' => 'wpct_oc_user@' . $_SERVER['SERVER_NAME'],
'user_email' => 'wpct_oc_user@wpctoc.com',
'role' => 'editor',
));
if (is_wp_error($user_id)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment