EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Enable setting to disregard captcha errors #1265

Closed LucaCinquini closed 8 years ago

LucaCinquini commented 8 years ago

Who: Nicolas

Nicolas is working on a test to automatically create a user account in CoG. For this to work, he needs the captcha to be disabled when testing.

LucaCinquini commented 8 years ago

Now there is an additional configuration parameter: USE_CAPTCHA = True/False that can be used by the test suite to enable/disable the captcha when creating a user account. Every time the value is changed, CoG needs to be restarted for the new setting to be read. The default value is True.

murphysj commented 8 years ago

Verified locally by turning captcha on and off.