-
Notifications
You must be signed in to change notification settings - Fork 13
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 change? #44
Comments
As far as I know, changing an LDAP password is done by simply changing some fields of a user entry. There are some considerations to it though, like the format I don't really have time to implement these two nice features right now, but if you feel like they would fit well into Paddle, I'd happily review PRs ^^ |
Thanks for the quick reply. Youbmight just get a PR from me for this!Sent from my T-Mobile 4G LTE Device
-------- Original message --------From: Rémi NICOLE <[email protected]> Date: 8/5/20 16:07 (GMT-05:00) To: minijackson/paddle <[email protected]> Cc: Michael <[email protected]>, Author <[email protected]> Subject: Re: [minijackson/paddle] password change? (#44)
As far as I know, changing an LDAP password is done by simply changing some fields of a user entry.
There are some considerations to it though, like the format {<hashkind>}<hash>, and the fact that if your server is also used as samba, there is another field to modify, and these two considerations are not handled by Paddle (but it can be done quite simply by the caller).
I don't really have time to implement these two nice features right now, but if you feel like they would fit well into Paddle, I'd happily review PRs ^^
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
I have a need to allow my users to change their password. Is this possible with Paddle? I don't see any mention of it in the docs.
The text was updated successfully, but these errors were encountered: