-
Notifications
You must be signed in to change notification settings - Fork 334
[SQSERVICES-1643] Servantify brig account API 7 - POST /password-reset/:key
#2705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SQSERVICES-1643] Servantify brig account API 7 - POST /password-reset/:key
#2705
Conversation
05b56dc to
efb5403
Compare
efb5403 to
43c22b6
Compare
43c22b6 to
152d3e0
Compare
11eff7d to
14b181f
Compare
4ce295f to
3e26053
Compare
c7063d6 to
a06b3a2
Compare
8665f08 to
b344410
Compare
fisx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the changes in Wire.API.User.Password! But the end-point either needs to be fixed or rolled back. Your call!
| :> CanThrow 'ResetPasswordMustDiffer | ||
| :> Description "DEPRECATED: Use 'POST /password-reset/complete'." | ||
| :> "password-reset" | ||
| :> QueryParam' '[Required, Strict, Description "An opaque key for a pending password reset."] "key" PasswordResetKey |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Caption, not QueryParam.
Now I'm concerned about there not be any tests that cover this change, though. Maybe better leave this one alone until we remove it?
https://wearezeta.atlassian.net/browse/SQSERVICES-1643
Checklist
changelog.d