mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 14:00:27 -06:00
Change uppercase V to lowercase v
This commit is contained in:
parent
6b3f037f16
commit
185d2eeb63
@ -127,7 +127,7 @@ 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.
|
If you cannot access your panel, you can modify the database directly using the following commands.
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
# If using MariaDB (V11.0.0+)
|
# If using MariaDB (v11.0.0+)
|
||||||
mariadb -u root -p
|
mariadb -u root -p
|
||||||
|
|
||||||
# If using MySQL
|
# If using MySQL
|
||||||
@ -144,7 +144,7 @@ If possible you should use the panel to update your 2FA settings. If you can't a
|
|||||||
### Disable 2FA requirement
|
### Disable 2FA requirement
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
# If using MariaDB (V11.0.0+)
|
# If using MariaDB (v11.0.0+)
|
||||||
mariadb -u root -p
|
mariadb -u root -p
|
||||||
|
|
||||||
# If using MySQL
|
# If using MySQL
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user