Remember Me
-
Hi,
I think I have found a small error in the code for the login page (login.php). Basically I was trying to make it so that the ‘Remember Me’ checkbox was already ticked, but whatever I tried wasn’t working. On looking at that file, on line 42 is this:<span class="swpm-remember-checkbox"><input type="checkbox" name="rememberme" id="swpm-rememberme" value="checked='checked'"></span>
I think this is meant to be (if the idea is to have the box ticked) the following:
<span class="swpm-remember-checkbox"><input type="checkbox" name="rememberme" id="swpm-rememberme" value="" checked></span>
I have made a copy of login.php with this change and put it in my child theme/simple-membership folder and now the box is ticked on load. Maybe something that needs changing in the next update?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Remember Me’ is closed to new replies.