Integrated mareike dashboard theme

This commit is contained in:
2024-07-31 17:53:07 +02:00
parent 5e107d36ca
commit 923d76c085
8 changed files with 397 additions and 56 deletions

View File

@ -24,7 +24,7 @@ class SaveRegistration {
// Assign the 'Standarduser' role to the new user
$user = new WP_User($user_id);
$user->set_role('standarduser');
$user->set_role('user');
// Send confirmation email
$user = get_userdata($user_id);