paddle icon indicating copy to clipboard operation
paddle copied to clipboard

password change?

Open building39 opened this issue 5 years ago • 2 comments

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.

building39 avatar Aug 05 '20 19:08 building39

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 ^^

minijackson avatar Aug 05 '20 20:08 minijackson

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 {}, 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.

building39 avatar Aug 05 '20 21:08 building39