[PR #53] [CLOSED] Fix for SSHA Dovecot Scheme Problems [Issuse #20] #265

Closed
opened 2026-02-26 10:30:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/opensolutions/ViMbAdmin/pull/53
Author: @vogan
Created: 10/3/2013
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 2528a63 Implementation of Dovecot's salted SHA password schemes

📊 Changes

3 files changed (+166 additions, -26 deletions)

View changed files

📝 application/controllers/AuthController.php (+2 -1)
📝 application/models/Mailbox.php (+63 -1)
📝 library/ViMbAdmin/Dovecot.php (+101 -24)

📄 Description

Another fix for Issue #20, which doesn't allow password change for users, when the secure password hashing scheme SSHA512 (and others) is used.

I tested this fix in my setup with SSHA512. Please review this fix and test it with other schemes. Maybe other Dovecot Scheme could be implemented as this should be very easy. As I lack the time to do and test everything, I just implemented the parts I use in my setups.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/opensolutions/ViMbAdmin/pull/53 **Author:** [@vogan](https://github.com/vogan) **Created:** 10/3/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2528a63`](https://github.com/opensolutions/ViMbAdmin/commit/2528a637535170bf517c0149a7dcaf70f4e74bdb) Implementation of Dovecot's salted SHA password schemes ### 📊 Changes **3 files changed** (+166 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `application/controllers/AuthController.php` (+2 -1) 📝 `application/models/Mailbox.php` (+63 -1) 📝 `library/ViMbAdmin/Dovecot.php` (+101 -24) </details> ### 📄 Description Another fix for Issue #20, which doesn't allow password change for users, when the secure password hashing scheme SSHA512 (and others) is used. I tested this fix in my setup with SSHA512. Please review this fix and test it with other schemes. Maybe other Dovecot Scheme could be implemented as this should be very easy. As I lack the time to do and test everything, I just implemented the parts I use in my setups. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:30:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#265
No description provided.