#suspend
1 messages · Page 1 of 1 (latest)
Well, or just create a new account with administrator rights using php artisan make:user
To create a new admin user run php artisan make:user in the CtrlPanel directory (Default: /var/www/controlpanel)
not working
cd /var/www/controlpanel/
php artisan make:user
@barren path
Do not use your email, enter any email just to remove the suspension from your main account
ohhhhhhh
Recorded the same
Create the same second user in the pterodactyl panel (the pterodactyl id must also be unique)
Still not working
It registers the same
an error with the email value?
what now
In 7-8 minutes I will be able to give you a command to delete the suspended_at entry in your database.
ok
tag me when
stop
OH
not exactly that
ok\
mysql -u root -p controlpanel
UPDATE `users` SET `suspended` = '0' WHERE `users`.`id` = 1;```
now?
Enter this in your terminal, should help
To exit the MySQL terminal, type exit;