Panel: How to disable the login captcha

Created on 3 Jun 2017  路  2Comments  路  Source: pterodactyl/panel


Is it possible to disable the login captcha? If yes then how, I can't find it in the control panel, if not can it be added?

Most helpful comment

Set RECAPTCHA_ENABLED=false in .env and then run php artisan config:cache.

All 2 comments

Set RECAPTCHA_ENABLED=false in .env and then run php artisan config:cache.

Modifying the .env file didn't disable it.
I had to go into the settings table in pterodactyl database and there set settings::recaptcha:enabled to false.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DaneEveritt picture DaneEveritt  路  4Comments

TylerBurr picture TylerBurr  路  4Comments

dennorske picture dennorske  路  4Comments

Doc94 picture Doc94  路  4Comments

parkervcp picture parkervcp  路  3Comments