You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if dovecot is used to generate the hash, the hash normally looks like:
doveadm -o stats_writer_socket_path= pw -p test -s BLF-CRYPT
{BLF-CRYPT}$2y$05$MScpeuQcoTM0evggtJ9ZX.tzwbD4GXsrepigXHYhfaI4mx0EqWcLy
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.
The text was updated successfully, but these errors were encountered:
Dear all,
regarding this line:
ViMbAdmin/library/ViMbAdmin/Dovecot.php
Line 59 in afc2b44
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.The text was updated successfully, but these errors were encountered: