• Resolved Oaksey

    (@oaksey)


    Hi All

    I hope you can help? ??

    Just wondered if you know how to remove the ‘remember me’ tick box option on the login page? I have tried editing the PHP code for the plugin to remove it but not having much luck?

    Also is there a way to automatically log some out when they hit a certain page or click on a link/image on a page?

    Cheers for all your help
    Oaksey

    https://www.ads-software.com/plugins/wp-members/

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    You would need to filter that out with a filter function. There is a filter hook for the login form – wpmem_login_form, which is documented here.

    I’m not sure what you have in mind for automatically logging out, but you can append the querystring ?a=logout to a link to log out a user.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove 'Remember me' and auto logout’ is closed to new replies.