blockstrap / framework

HTML5 Crypto-Developer Framework for Bitcoin, Litecoin, Dogecoin, and DashPay
http://blockstrap.com
MIT License
90 stars 52 forks source link

Hooks and filters for log-in to allow added CAPTCHA #46

Open CyberDexter opened 9 years ago

CyberDexter commented 9 years ago

I'd like to suggest the adding of captcha anti-bot to the login page.

msmalley commented 9 years ago

That would need to be done via hooks and filters, rather than being part of core...

Most bots would not be able to log-in as everything is created and served client-side.

Nonetheless, we do need more hooks and filters in place, so this seems like a good excuse to add more!