Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to change password after upgrade to 3.0.0-RC3 #11018

Closed
slinkymanbyday opened this issue Dec 15, 2016 · 4 comments · Fixed by #11020
Closed

Unable to change password after upgrade to 3.0.0-RC3 #11018

slinkymanbyday opened this issue Dec 15, 2016 · 4 comments · Fixed by #11020
Assignees
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone

Comments

@slinkymanbyday
Copy link

Occurs after update to 3.0.0-RC3 from RC2.

In personal-> settings, attempting to change password results in a passwords do not match message even when the passwords do match.

@tsteur
Copy link
Member

tsteur commented Dec 15, 2016

Can you maybe execute a MySQL query and let us know the output?

show fields from piwik_user where Field = 'password'

@tsteur
Copy link
Member

tsteur commented Dec 15, 2016

Actually, I can reproduce this. Thank your for creating the issue 👍

@tsteur tsteur added the Regression Indicates a feature used to work in a certain way but it no longer does even though it should. label Dec 15, 2016
@tsteur tsteur added this to the 3.0.0-rc milestone Dec 15, 2016
@tsteur tsteur self-assigned this Dec 15, 2016
@slinkymanbyday
Copy link
Author

No problem. Thanks for responding so quickly.

Just in case, output from MySQL:
'password', 'varchar(255)', 'NO', '', NULL, ''

@tsteur
Copy link
Member

tsteur commented Dec 15, 2016

Cheers, I have issued a PR to fix it 👍 Thanks again

@mattab mattab added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Dec 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants