Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor barinagabriel

    (@barinagabriel)

    Hello Abbas,

    since it works as expected on our servers, I would assume it’s a cache thing (your browser won’t memorize your credentials).

    You can confirm/infirm this theory by making a fresh install on another server (for instance on localhost), and see if you can replicate the issue.

    It can also be (but I kinda doubt it) a plugin/theme conflict. To find this out you will have to temporarily disable all other plugins and use one of the default themes.

    Let me know how it turned out!

    Regards,
    Gabriel

    Thread Starter Abbas Gabru

    (@gabruabbas)

    Hello Sir!!

    Thanks for your reply but it means it will never work on my site so what should i do??

    Thanks and Regards
    Abbas

    Plugin Contributor barinagabriel

    (@barinagabriel)

    Abbas,

    as I said, you can very easily try this out if you try it out on another server (for instance using WAMP, on localhost). In this case you may have 2 causes: your browser (you google how to force cache clearing, or even try in a different browser), or it is your server (in which case you can talk to your hosting team).

    I am curious, can you give me a link to your site? I want to try it out myself.

    Regards,
    Gabriel

    Thread Starter Abbas Gabru

    (@gabruabbas)

    Hello Sir,

    Thanks for your reply.Sir,I am a learner and i am doing my work on localhost XAMPP so how can i do that thing that you are saying.

    Thanks & Regards
    Abbas

    Plugin Contributor barinagabriel

    (@barinagabriel)

    Hello Abbas,

    this seems to be a tutorial on how to set up localhost on xampp (if you haven’t done this so far): http://www.youtube.com/watch?v=TPKRcosRocI (related help: http://answers.yahoo.com/question/index?qid=20130629071936AAoHfN2 )

    Then, you need to set up WP: http://codex.wordpress.org/Installing_WordPress

    After, just add the Profile Builder plugin, and test it out.

    Let me know if there is anything else you need help with!

    Gabriel

    tzweiner

    (@tzweiner)

    Hi,
    I’m experiencing the exact same issue on WP 3.8.1. I have pro v1.3.22. The checkbox Remember Me is always checked but it never remembers the credentials I type in. Maybe you should take a look and see if a fix is needed. I will probably take a look at the code myself but I am reluctant to monkey with the plugin.

    tzweiner

    (@tzweiner)

    I looked at the code and it looks like wppb.login.php correctly sees the value of Remember Me, which is “forever” when the checkbox is checked. https://codex.wordpress.org/Function_Reference/wp_signon shows that ‘remember’ should be set to “true”

    I changed line 26 in wppb.login.php like so

    changed
    ‘remember’ => $remember

    to
    ‘remember’ => true

    and my creds were remembered

    I do not recommend to anyone to hack the plugin core but this is just a demonstration to the authors.

    Plugin Contributor barinagabriel

    (@barinagabriel)

    Hello,

    and thanks for letting us know about this change.

    I will add this in todays update.

    Regards,
    Gabriel

    Remember Me is not working in recent days. Chrome and Firefox.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remember me Not Working’ is closed to new replies.