Search:

Type: Posts; User: Junky

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    4,275

    Re: Password Strength Meter

    You can achieve this by implementing a test for each of the 5 conditions.

    if password fails test 1
    return false
    if password fails test 2
    return false
    if password fails test 3
    ...
  2. Replies
    7
    Views
    4,275

    Re: Password Strength Meter

    Ah yes, why bother writing our own code and learning when you can simply steal it from someone else?
  3. Replies
    7
    Views
    4,275

    Re: Password Strength Meter

    What have you tried?
Results 1 to 3 of 3