Need Native Login Form [SOLUTION INCLUDED]
-
Hello, thank you for writing this marvelous and useful plugin! My clients have made great use of it.
I would like to request one small change for security, however. To help protect my clients from brute-force login attacks I have started using a plugin which changes the login page path from /wp-login.php to something else then I disable the wp-login.php file. Unfortunately, the form builder in UAM does not accommodate this.
Since I am a developer myself, I have already solved the problem and am submitting it here in the hope that you will include it in the next release.
In UserAccessManager.class.php I have inserted a new line after 1531, creating a new template tag allowing us to insert a native WordPress login form:
$sUamPostContent=str_replace("[WP_LOGIN_FORM]",wp_login_form(array('echo'=>false)),$sUamPostContent);Naturally, it would also be helpful to update the language files to reflect this addition.
Kind regards,
Joe
The topic ‘Need Native Login Form [SOLUTION INCLUDED]’ is closed to new replies.