0x0ff.info
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Rename wp-login.php] SSL and new UpdateEverything is fine, you can have some rest.
Thx a lot. 🙂
Forum: Plugins
In reply to: [Rename wp-login.php] SSL and new UpdateIn the form, if a replace :
<form id="loginform" method="post" action="http://www.0x0ff.info/login/" name="loginform">
by :
<form id="loginform" method="post" action="https://www.0x0ff.info/login/" name="loginform">It’s seems good to me. Perhapse you could check if the login page is HTTP or HTTPS and display the proper form ? 🙂
Forum: Plugins
In reply to: [Rename wp-login.php] SSL and new UpdateIt worked with 2.1 but It not working with 2.2.2, it’s what I meant. 😉
Forum: Plugins
In reply to: [Rename wp-login.php] SSL and new UpdateLast version for which it worked is WordPress 3.8.1 + Rename wp-login.php 2.1 ( unless you published two updates this monday. :p ).
My form :
<form name="loginform" id="loginform" action="http://www.0x0ff.info/login/" method="post"> <p> <label for="user_login">Identifiant<br /> <input type="text" name="log" id="user_login" class="input" value="" size="20" /></label> </p> <p> <label for="user_pass">Mot de passe<br /> <input type="password" name="pwd" id="user_pass" class="input" value="" size="20" /></label> </p> <p class="forgetmenot"><label for="rememberme"><input name="rememberme" type="checkbox" id="rememberme" value="forever" /> Se souvenir de moi</label></p> <p class="submit"> <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Se connecter" /> <input type="hidden" name="redirect_to" value="https://www.0x0ff.info/wp-admin/" /> <input type="hidden" name="testcookie" value="1" /> </p> </form>
Viewing 4 replies - 1 through 4 (of 4 total)