mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
Update additional_configuration.md
This commit is contained in:
parent
28460757f4
commit
38555a646c
@ -127,7 +127,13 @@ reCAPTCHA can easily be disabled using the admin panel. In the Settings, select
|
||||
If you cannot access your panel, you can modify the database directly using the following commands.
|
||||
|
||||
```sql
|
||||
# If using MySQL
|
||||
mysql -u root -p
|
||||
|
||||
# If using MariaDB (V11.0.0+)
|
||||
mariadb -u root -p
|
||||
```
|
||||
```sql
|
||||
UPDATE panel.settings SET value = 'false' WHERE `key` = 'settings::recaptcha:enabled';
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user