• Resolved brogiteco

    (@brogiteco)


    Hello! Is there a way in which we can avoid that the user is being asked to save the password once they introduce it in the website and click on “solve”? We don’t want the “save password” prompt to appear, because it disturbs the user experience and it is not needed.

    It would be great if there wasn’t any page reload once the “submit” button is clicked but have seen in the forum that this is not possible yet?

    Thanks in advance for your help!

    Meritxell

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

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

    (@patrickposner)

    Hey @brogiteco,

    saving password:

    This sadly depends on the browser and can’t be fixed for all of them.
    I included autocomplete=”off” inside the password form, but not all browsers (especially Safari) interpret that and still offer the option to save the password.

    unlock without reloading:

    that’s pretty much exactly why I released 3.3 with ajax.
    So as long as you don’t have activated the “deactivate ajax” option, it should work as you described.

    Best regards,
    Patrick

    Thread Starter brogiteco

    (@brogiteco)

    Hello @patrickposner ,

    Thanks for your help, we understand the problem with the saving password issue, in the mobile phone it keeps appearing, but will give the instructions to the users.

    We updated the plugin and selected the option of Ajax feature as you indicated but then it didn’t show the information. Until we realized that there has been a change in the shortcode text, we changed it to passster /passster and now everything works!

    Thanks for your help again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Avoid save password prompt’ is closed to new replies.