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
Changing current password to Z8@aXZ)cm^SQtNR6MbFj returns: password too weak.
(I have no problem to paste the password here in cleartext, because it's a randomly generated example.)
Imo this password is secure, and it's reported green by Have I Been Pwned.
Why is password_minimum_score = 4 causing this failure?
What browser(s) are you seeing the problem on?
Chrome, Edge
What version of PHP are you using?
v8.2
What version of Roundcube are you using?
v1.6.5
JavaScript errors
No response
PHP errors
No response
The text was updated successfully, but these errors were encountered:
From the comments at the top of the pwned driver file.
This driver will return a strength of:
3: if the password WAS NOT found in HIBP
1: if the password WAS found in HIBP
2: if there was an ERROR retrieving data.
....
Setting the minimum score to 1 or less effectively renders
the checks useless, as all passwords would be accepted.
Setting it to 4 or more will effectively reject all passwords.
Prerequisites
Describe the issue
Hello,
I enabled pluging password with these settings:
Changing current password to
Z8@aXZ)cm^SQtNR6MbFj
returns: password too weak.(I have no problem to paste the password here in cleartext, because it's a randomly generated example.)
Imo this password is secure, and it's reported green by Have I Been Pwned.
Why is password_minimum_score = 4 causing this failure?
What browser(s) are you seeing the problem on?
Chrome, Edge
What version of PHP are you using?
v8.2
What version of Roundcube are you using?
v1.6.5
JavaScript errors
No response
PHP errors
No response
The text was updated successfully, but these errors were encountered: