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 change? #44

Open
building39 opened this issue Aug 5, 2020 · 2 comments
Open

password change? #44

building39 opened this issue Aug 5, 2020 · 2 comments

Comments

@building39
Copy link

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.

@minijackson
Copy link
Owner

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

@building39
Copy link
Author

building39 commented Aug 5, 2020 via email

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

No branches or pull requests

2 participants