• Resolved StickyPixels

    (@stickypixels)


    Hi,

    I enabled the ‘remember me’ option on the login page, but it does nothing. The ‘check’ icon doesn’t toggle and remains checked, but it doesn’t remember me at all.
    It appears the checkbox is just an icon, not an actual checkbox.

    What am I missing here?

    cheers, Leo

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi StickyPixels,

    I had the same problem. But I found a solution.
    First disable the “Remember Me” Option.
    Go to & open: ultimate-member/core/um-actions-login.php
    and find

    `<?php if ( isset( $args[‘show_rememberme’] ) && $args[‘show_rememberme’] ) {
    echo $ultimatemember->fields->checkbox(‘rememberme’, __(‘Keep me signed in’,’ultimate-member’) );
    echo ‘<div class=”um-clear”></div>’;
    } ?>`

    And replace with:

    <label for="rememberme" class="inline um-field-checkbox-option">
    			<input name="rememberme" type="checkbox" id="rememberme" value="forever" /> <?php _e( 'Keep me signed in', 'ultimate-member' ); ?>
    		</label>

    This is working perfectly for me. Hope this helps.

    Thread Starter StickyPixels

    (@stickypixels)

    Perfect, seems to work for me!
    Hope this will be a permanent fix for future updates.

    Thanks a lot, cheers,
    Leo

    You are welcome.
    Glad I could help.
    Shan

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @stickypixels,

    This issue will be fixed in the 2.0 version of the plugin which will be available soon.

    Thanks for letting us know.
    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘‘Remember me’ not working’ is closed to new replies.