mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[PR #57] [MERGED] Allow setting mailbox passwords using other crypt() algorithms, with random salt #266
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#266
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/57
Author: @andrewd-sterling
Created: 2/5/2014
Status: ✅ Merged
Merged: 2/6/2014
Merged by: @barryo
Base:
master← Head:local-mods📝 Commits (1)
b63cc73Add support for modern crypt() algorithms, with random salt.📊 Changes
2 files changed (+41 additions, -8 deletions)
View changed files
📝
application/configs/application.ini.dist(+12 -8)📝
application/models/Mailbox.php(+29 -0)📄 Description
Specify which algorithm to use via the existing defaults.mailbox.password_scheme
The following algorithms are supported:
crypt:md5 (
1, dovecot MD5-CRYPT)crypt:blowfish (
2a)crypt:sha256 (
5, dovecot SHA256-CRYPT)crypt:sha512 (
6, dovecot SHA512-CRYPT)Borrowed some GPL3+ code from RoundCube:
https://github.com/roundcube/roundcubemail/blob/master/plugins/password/drivers/sql.php
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.