Tags: OpenStackweb/openstackid
Tags
fix: move hyphen to end of password validation regex character class (#… …102) * fix: move hyphen to end of password validation regex character class The hyphen character was positioned between * and + in the regex character class [#?!@$%^&*-+], causing it to be interpreted as a range operator (ASCII 42-43) instead of a literal hyphen (ASCII 45). This caused passwords containing hyphens to fail validation while passwords with asterisks passed. Moving the hyphen to the end of the character class [#?!@$%^&*+-] ensures it is treated as a literal character. Regression introduced in 757e964. Co-Authored-By: Claude Opus 4.5 <[email protected]> * chore: add regresion test --------- Co-authored-by: Claude Opus 4.5 <[email protected]> Co-authored-by: smarcet <[email protected]>
fix: move hyphen to end of password validation regex character class (#… …102) * fix: move hyphen to end of password validation regex character class The hyphen character was positioned between * and + in the regex character class [#?!@$%^&*-+], causing it to be interpreted as a range operator (ASCII 42-43) instead of a literal hyphen (ASCII 45). This caused passwords containing hyphens to fail validation while passwords with asterisks passed. Moving the hyphen to the end of the character class [#?!@$%^&*+-] ensures it is treated as a literal character. Regression introduced in 757e964. Co-Authored-By: Claude Opus 4.5 <[email protected]> * chore: add regresion test --------- Co-authored-by: Claude Opus 4.5 <[email protected]> Co-authored-by: smarcet <[email protected]>
fix: improve tx manager reconnect strategy Change-Id: I85a1001bf6940c0fa8306705c36caaa848a6d119
chore: remove RevokeUserGrantsOnExplicitLogout triggering due session issues at ipads Change-Id: Ib9c98415d038c38e6bdbd399c2e771aa087c2aaa
fix: make first and last name optional + track crud action (#68) * fix: make first and last name optional + track crud action Signed-off-by: romanetar <[email protected]> * fix: track crud action Signed-off-by: romanetar <[email protected]> --------- Signed-off-by: romanetar <[email protected]>
PreviousNext