mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #32] When using Dovecot password generator, keep {TYPE} in password field #28
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#28
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?
Originally created by @lazynooblet on GitHub (Jan 20, 2013).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/32
I have changed the password type a couple of times over the years and Dovecot gracefully manages password changes by keeping prefixes before the password so it can use multiple types., like {CRYPT} {MD5} and {DIGEST-MD5]
vimbadmin strips the type from the password prior to adding it to the database leaving me without the ability to change the password encryption scheme in the future.
@lazynooblet commented on GitHub (Jan 20, 2013):
By removing the trim() from the end of the Docecot password() function and implementing the "use imap to check passwords" diff I commented on earlier I have managed to get myself what I needed :)
@barryo commented on GitHub (Sep 10, 2013):
V3 supports this kind of feature.