Follow-up to #2779135: "Delay" constraint allow to change system-generated password
Problem/Motivation
Issue started with problem when user_email_verification setting is ON and on registration user get's system-generated password.
It is important to allow changing password in this case.
Then came to an idea that allowing multiple password changes in a time period is a good follow-up that provides more flexibility.
Proposed resolution
"Delay" constraint extended with a threshold setting, that specifies how many times password can be changed within the set period of time.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | password_policy-7.x-2.x-delay_threshold-2864975-3.patch | 4.93 KB | aohrvetpv |
| #3 | interdiff-2864975-2-3.txt | 736 bytes | aohrvetpv |
| #2 | interdiff-2779135-32-2864975-1.txt | 1.16 KB | l0ke |
| #2 | password_policy-threshold-2864975-1.patch | 4.93 KB | l0ke |
Comments
Comment #2
l0keFollow-up to #2779135-32: "Delay" constraint allow to change system-generated password
Nice catch
Nice catch
This change is not required for threshold. As was said it needed to pass query parameters for correct handling of password reset.
Nitpick: It is a logical flow so use of "-" sign looks better i think.
s/than the threshold, the threshold/than the threshold - the threshold
Comment #3
aohrvetpv commentedTo me the dash makes it less readable. How about we just reorder the wording?
Comment #4
l0ke@AohRveTPV Yes, that's perfect.
Comment #8
aohrvetpv commented