WeAreAthlon / Silla.IO

PHP Application Development Framework.
https://silla.io
GNU General Public License v3.0
25 stars 3 forks source link

Ability to disable reCAPTCHA when using a development configuration #58

Closed sandio closed 8 years ago

sandio commented 9 years ago

When developing a custom CMS, it is often needed to alter the login action. Then it can be tedious to enter reCAPTCHA on every retry.

pnikolov commented 9 years ago

It is acceptable to disable the reCAPTCHA by removing the reCAPTCHA token keys from the Configuration? This will avoid adding more configuration variables(flags to disable, etc)?