mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/opensolutions/ViMbAdmin/pull/53
Author: @vogan
Created: 10/3/2013
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
2528a63Implementation 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.