Skip to content
FREE & OPEN SOURCE Million Dollar Script is a free WordPress plugin for sponsor walls, campaign grids, fundraiser boards, and premium add-on workflows.

General

Login and new user security

Started February 15, 2012 by Christo

How is it possible to add more strict security validation perimeters for the creation process of new users? example password length and complexity, username length and email format?How is it possible to add a form of validation example reCAPTCHA for new users and login page?I went through various php forums, but your script is a bit more intense to get this sorted.

1 replies

Well, you would have to modify the code to validate the password. Perhaps you would use ajax for it even. Maybe something to add in the future.As for a CAPTCHA, that is also something to add. For now you could modify the code. The user login/registration pages should be located in the users folder.Some files to check are login.php, login_functions.php and signup.php.