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

Error in Helpdesk module when resetting password on account without mail value #679

Open
GoogleCodeExporter opened this issue Jul 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Setup LDAP user account without an email address
2. Remove smtp mail server from config
3. Login to PWM and click on Helpdesk button
4. Find user from step 1
5. Change password

What is the expected output? What do you see instead?

Expected: Password changed
What I see instead: 5015 ERROR_UNKNOWN (unable to send new password email for 
{user} no email address available in ldap)

The password is still changed though, but the above message appears immediately 
after the password changed success message.

What version of PWM are you using?
1.7.1

What ldap directory and version are you using?
eDirectory 8.8 SP8


Seems to me like a part of the helpdesk module is throwing an error if an 
account doesn't have an email address, even if the SMTP gateway address is 
blank (which should disable all attempts to send emails).

Original issue reported on code.google.com by [email protected] on 16 Apr 2015 at 4:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant