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

Fix issue with Modoboa driver for password plugin #7372

Merged
merged 1 commit into from
May 10, 2020

Conversation

vaaguirre
Copy link
Contributor

I was having trouble with updating a password with the Modoboa API version 1.9.1 and Roundcube version 1.4.2. API responded with an error message but 200 HTTP status code, so roundcube displayed a success message even though the password wasn't being updated. Added a line to include a required field in the update request.

Was having trouble with updating a password with the Modoboa API (1.9.1). API responded with an error message but 200 HTTP status code, so roundcube displayed a success message even though the password wasn't being updated. Added a line to include a required field in the update request.
@alecpl alecpl merged commit 9bec8dd into roundcube:master May 10, 2020
alecpl pushed a commit that referenced this pull request May 10, 2020
Was having trouble with updating a password with the Modoboa API (1.9.1). API responded with an error message but 200 HTTP status code, so roundcube displayed a success message even though the password wasn't being updated. Added a line to include a required field in the update request.
@alecpl alecpl added this to the 1.4.5 milestone May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants