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

Cannot change email passwords via Rainloop anymore #108

Closed
hifihedgehog opened this issue Jul 19, 2019 · 3 comments
Closed

Cannot change email passwords via Rainloop anymore #108

hifihedgehog opened this issue Jul 19, 2019 · 3 comments

Comments

@hifihedgehog
Copy link
Contributor

hifihedgehog commented Jul 19, 2019

I am the author of the tutorial "Allow Users to Change Email Passwords" on the CyberPanel forum.

The old SQL statement I used was this:

UPDATE :table SET password = :newpass WHERE emailOwner_id = :domain AND email = :email AND password = :oldpass

What exact SQL function are you using and with what parameters to encrypt passwords? This needs to be clearly documented or at least responded to so I and other CyberPanel users can continue to allow our users to continue to be able to change their email passwords from Rainloop. Thanks!

For reference, see the forum tutorial thread:
https://forums.cyberpanel.net/discussion/1079/allow-users-to-change-email-passwords

@hifihedgehog
Copy link
Contributor Author

hifihedgehog commented Jul 25, 2019

Done and done. I also initiated a pull request. So hopefully, it should be added very soon to the official RainLoop project. If this meets your approval team CyberPanel, please let the RainLoop team know that they can go ahead and add it:

https://github.com/hifihedgehog/rainloop-webmail/tree/master/plugins/change-password-cyberpanel
RainLoop/rainloop-webmail#1888

@usmannasir
Copy link
Owner

Alright thank you, I will close the issue now.

@hifihedgehog
Copy link
Contributor Author

hifihedgehog commented Aug 2, 2019

Just as a note, this plugin was successfully pulled into RainLoop's official codebase:
RainLoop/rainloop-webmail#1888
https://github.com/RainLoop/rainloop-webmail/tree/master/plugins/change-password-cyberpanel

For those who prefer a standalone download, this plugin is also available at this repo:
https://github.com/hifihedgehog/change-password-cyberpanel/releases

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