mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #256] If using dovecot as password generator ViMbAdmin changes the hash which makes change of hash later impossible #207
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#207
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 @mfechner on GitHub (Dec 5, 2018).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/256
Dear all,
regarding this line:
github.com/opensolutions/ViMbAdmin@afc2b44ad1/library/ViMbAdmin/Dovecot.php (L59)if dovecot is used to generate the hash, the hash normally looks like:
ViMbAdmin does now remove the part
{BLF-CRYPT}.If you now try to migrate from BLF-CRYPT to ARGON2ID and you change the standard password scheme authentication will not work anymore.
Is there a special reason why
{BLF-CRYPT}is removed.If that removal would not happen, you can mix password scheme and you can use a post-login script from dovecot to migrate to a new hash scheme without interrupting your email service.
If you agree, I would create a merge request that does not remove the
{BLF-CRYPT}from the hash anymore.@barryo commented on GitHub (May 16, 2020):
You are right that we probably shouldn't have stripped it but unfortunately this change would create widespread breakage of existing systems.
This could be solved with a MySQL VIEW table.
@barryo commented on GitHub (May 16, 2020):
Actually also discussed in the still open #178