mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -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
|
```sql
|
||||||
mysql -u root -p
|
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
|
### 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.
|
Run the following command in your `/var/www/pterodactyl` directory.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
php artisan p:TODO
|
php artisan p:user:disable2fa
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user