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

Password recovery by email not working #3272

Closed
anonymous-matomo-user opened this issue Jul 19, 2012 · 1 comment
Closed

Password recovery by email not working #3272

anonymous-matomo-user opened this issue Jul 19, 2012 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@anonymous-matomo-user
Copy link

Hi.

Problem is in \plugins\UsersManager\API.php, function userEmailExists
used for password recovery is not for anonymous user.

public function userEmailExists( $userEmail )
{
Piwik::checkUserIsNotAnonymous();
...
Keywords: password recovery email

@mattab
Copy link
Member

mattab commented Jul 20, 2012

anonymous don't have email and can't be reset

@anonymous-matomo-user anonymous-matomo-user added this to the 1.8.3 - Piwik 1.8.3 milestone Jul 8, 2014
@mattab mattab added the wontfix label Aug 3, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants