Oct 31st, 2017, 8:12 PM
Quick follow-up on this.
I thought there was a problem with the auto-generated password you get from the Password Reset email, but turns out it's working fine. I was double clicking it in my email, copying it to my clipboard and pasting it into the Form Tools pwd field in the login form. However, it appears on Chrome/Mac it doesn't show you in your browser that you're also copying whitespace before the text, so I was actually pasting in the password + a space, which didn't work.
Wonder if I should trim() the password in the code...? Passwords not starting with (or even containing) whitespace seems reasonable...
I thought there was a problem with the auto-generated password you get from the Password Reset email, but turns out it's working fine. I was double clicking it in my email, copying it to my clipboard and pasting it into the Form Tools pwd field in the login form. However, it appears on Chrome/Mac it doesn't show you in your browser that you're also copying whitespace before the text, so I was actually pasting in the password + a space, which didn't work.
Wonder if I should trim() the password in the code...? Passwords not starting with (or even containing) whitespace seems reasonable...