Viewing 6 replies - 1 through 6 (of 6 total)
  • I also really need to know this. I am looking to add 1000 + passwords. How do you do this?

    lapulpe

    (@lapulpe)

    Hi Daniel,

    Same question as Moov.
    How can we increase the number of passwords?

    I’ve only updated one variable which is “$maxPasswords = 10;”
    Should I update something else?

    Thanks

    Plugin Author Daniel Chatfield

    (@volcanicpixels)

    Hi,

    You should only need to change $maxPasswords.

    Best,
    Daniel

    lapulpe

    (@lapulpe)

    Hi Daniel,

    Unfortunately after the tenth password the next ones are not working.
    I’ve updated $maxPasswords to 16 for this example.

    I set up a few new passwords but when I entering that I’ve “The password you submitted is wrong. Please try again.” message displayed on the homepage 🙁

    Screenshot: http://n3w.free.fr/images/1459417422.png

    Thanks

    Thread Starter moov

    (@moov)

    Hi Daniel

    All i did was edit line 36 in plugin.php

    // To change maximum passwords change the value of the variable below
    global $maxPasswords;
    $maxPasswords = 600;

    I changed to 600, but it stopped working around 300 if I remember right now – its a while ago

    Hope that helps
    Toby

    Still not working after updated “$maxPasswords = xx;”.
    Anyone has a solution? 🙁

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘maximum number of passwords’ is closed to new replies.