• Resolved Andrea

    (@dotdesignag)


    Hi there,
    I have a problem using your plugin and can’t find any solution on the support forum.

    When I login on mobile (iphone), and set the “remember me” check box using your plugin, the next time I visit the website it doesn’t remember me.
    It’s a kind of issue because the website is a membership content platform, and re-enter user and password everytime is not so user friendly.

    Is it something concerning your plugin? Is there a way to fix it?

    Thank you so much for your kind help.
    A.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Are you logging out when you leave the site?

    Thread Starter Andrea

    (@dotdesignag)

    Hi Jeff, of course I don’t log out. But meanwhile I think I found a solution.
    I add this in the function.php

    function check_rememberme_by_default() {
        if ( $rememberme = tml_get_form_field( 'login', 'rememberme' ) ) {
            $rememberme->add_attribute( 'checked', 'checked' );
        }
    }
    add_action( 'init', 'check_rememberme_by_default' );

    and se the “autologin” from the plugin panel.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Automatic login on mobile’ is closed to new replies.