flowgrammable/flowsim

Complex password reports "Invalid password"

Closed this issue · 6 comments

Should define a password requirements policy :-)

Attempted to use the following randomly generated 25 character password:
2Y&'*_sy5]/nPwtWb)\EFm&ic

And was presented with "Invalid Password". I'm guessing it probably got hung up on the * or similar input.

screen shot 2015-02-06 at 5 50 42 pm

Successfully registered using another 25 character password which contained upper/lower/numbers.

There are two things here ...

  • we should tell the user what our password policy is
  • we should have a more permissive regex on acceptable passwords

I can register with this password ...
2Y&'*_sy5]/nPwtWb)\EFm&ic
But I can't login with the same password, I get an 'invalid password' error.

can you verify again, I can't reproduce an issue

Just verified on Hangout still doesn't work for me. Steps to reproduce ..

  1. Register button
  2. username: whatever, password: 2Y&'__sy5]/nPwtWb)\EFm&ic
  3. Submitt .... recieved an email, clicked on verificiation link, got to Verified Screen
  4. Login button
  5. username: , password: 2Y&'__sy5]/nPwtWb)\EFm&ic
  6. Got 'Invalid Password' error on login attempt

screen shot 2015-02-27 at 9 14 15 am

This appears to be logic in the the screen itself validating user input before making a rest call.

why can't I register an flowsim account on the webpage you talked above?It always show an unknown error occur, I am almost crazy about this? If my password is invalid, it should inform me of that, so it's not a password problem?what's wrong with this?