![]() |
|
Captcha On Login Form - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Captcha On Login Form (/thread-11242.html) |
Captcha On Login Form - dayvead - 2013-08-05 Good afternoon, May be i might have missed something, but i'm trying to put a captcha form on my login form . But obviously nothing appear. So my idea is that i sould put some code in password.php, using this function : getCaptcha("") Thanks a lot anyone for replying Captcha On Login Form - sbillard - 2013-08-05 You will have to make a custom version of lib-auth.php with code to both show the captcha and to process its inputs when the user logs on. How to extend lib-auth is described in the plugin comment block. But perhaps a better question is what are you trying to accomplish? Only a legitimate user will know the password, so the captcha is pretty much redundant and will make his logon task more annoying. Captcha On Login Form - dayvead - 2013-08-06 Hi, Thanks a lot for your answer . And you're totally right it's not usefull but my boss asked , he's not a developer and even doesn't know what is for a captcha, but he wants his captcha . You're right but he's the boss and i don't have many choices. Thanks again Captcha On Login Form - sbillard - 2013-08-06 "He is the boss"--understood. Maybe you should tell him you can contract to have this added. That might "smarten" him up to know that it will be expensive to have this useless feature. (These sorts of things get done at a rate of about $80/hour with a minimum of 3 hours.) |