Search:

Type: Posts; User: blobby404

Search: Search took 0.08 seconds.

  1. Re: How to make a very simple Password Strength indicator?

    Yes:)
  2. Re: How to make a very simple Password Strength indicator?

    Thank you, iv adapted my code accordingly but receive a new error.




    if (strengthCount==1) {
    strengthCount=Weak;
    }
  3. Re: How to make a very simple Password Strength indicator?

    if (strengthCount=1) {
    strengthCount=Weak;
    }



    This is where the error begins.

    Error: incompatible types: int cannot be converted to boolean.
  4. Re: How to make a very simple Password Strength indicator?

    Done.

    I am getting an error: incompatible types: int cannot be converted to boolean.

    I understand data types and understand the conflict within the code but do not understand how i can resolve...
  5. Re: How to make a very simple Password Strength indicator?

    Heres my code so far. It says cannot convert int to boolean though? I understand data types and why there is conflict within my code but do not understand how to resolve this, can you help?

    I am...
  6. Re: How to make a very simple Password Strength indicator?

    Well, simple as in;

    I start with a count that is = 1 (Very low strength password)

    Other password strength levels are:

    2= low strength password
    3= medium strength password
    4= high strength...
  7. How to make a very simple Password Strength indicator?

    Hi there! I am developing a number of Data Structures in Bluej. Iv created a nice little arraylist program, and want to add a password generator to this program. People are already prestored within...
Results 1 to 7 of 8