Change uppercase V to lowercase v

This commit is contained in:
Jcodeerd 2023-10-13 23:48:39 +02:00 committed by GitHub
parent 6b3f037f16
commit 185d2eeb63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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