You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I can't change my password or email address in https://www.commafeed.com/#/app/settings, I think because my password is old enough it predates the current requirement to have a special character in the password.
To Reproduce
Steps to reproduce the behavior:
Have an old account with an "invalid" password that has no special character
Attempt to change a setting that requires the user's password
Save
See error
Expected behavior
My changes are accepted.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
CommaFeed version (or "commafeed.com"): CommaFeed version 4.0.0 (e90b373).
Browser [e.g. chrome, firefox]: Firefox
Device [e.g. desktop, mobile]: macOS 14.2.1
Additional context
This account is very old, and I haven't changed the password in a goodly while. I'm speculating that the issue is the lack of a special character, because the username/password are accepted by the login form, I just can't change my password (or add an email to my account) for the above-mentioned reason.
The text was updated successfully, but these errors were encountered:
Could you try again now please? CommaFeed was verifying the "current password" field of the form by matching it with your email but you didn't have any because email was not mandatory before. I changed to code to make the match with usernames since all users have one.
Describe the bug
I can't change my password or email address in https://www.commafeed.com/#/app/settings, I think because my password is old enough it predates the current requirement to have a special character in the password.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
My changes are accepted.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
This account is very old, and I haven't changed the password in a goodly while. I'm speculating that the issue is the lack of a special character, because the username/password are accepted by the login form, I just can't change my password (or add an email to my account) for the above-mentioned reason.
The text was updated successfully, but these errors were encountered: