• Behnan

    (@vabenancreative)


    I want the remember me option to be checked by default. I also want all user sessions to remain open for 1 year thanks to the remember me option. In other words, their sessions will not be closed automatically for 1 year. Can you please give me the code for this? And I would be very happy if you could tell me where to add this code. Good works 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, I have come across the same problem (check “Remember me” by default) and have found an easy solution. You can simply overwrite the template and add “checked”.

    File path: wp-content/plugins/easy-login-woocommerce/templates/global/xoo-el-login-section.php
    Copy to your (child) theme: wp-content/themes/your-child-theme/templates/easy-login-woocommerce/global/xoo-el-login-section.php

    And in line 51 I add “checked” like this: <input type="checkbox" name="xoo-el-rememberme" value="forever" checked />

    Thread Starter Behnan

    (@vabenancreative)

    Thanks a lot for your answer, it worked!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remember me’ is closed to new replies.