mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Replaced TODOs
This commit is contained in:
parent
2f892c0bba
commit
42aa8b99bd
@ -62,7 +62,7 @@ If possible you should use the panel to update your 2FA settings. If you can't a
|
||||
|
||||
```sql
|
||||
mysql -u root -p
|
||||
UPDATE panel.settings SET value = 0 WHERE `key` = 'TODO';
|
||||
UPDATE panel.settings SET value = 0 WHERE `key` = 'settings::pterodactyl:auth:2fa_required';
|
||||
```
|
||||
|
||||
### Disable 2FA for a specific user
|
||||
@ -70,5 +70,5 @@ UPDATE panel.settings SET value = 0 WHERE `key` = 'TODO';
|
||||
Run the following command in your `/var/www/pterodactyl` directory.
|
||||
|
||||
``` bash
|
||||
php artisan p:TODO
|
||||
php artisan p:user:disable2fa
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user