Merge lp://staging/~facundo/canonical-identity-provider/refuse-refresh-password-changed into lp://staging/canonical-identity-provider/release
Proposed by
Facundo Batista
Status: | Merged |
---|---|
Approved by: | Facundo Batista |
Approved revision: | no longer in the source branch. |
Merged at revision: | 1418 |
Proposed branch: | lp://staging/~facundo/canonical-identity-provider/refuse-refresh-password-changed |
Merge into: | lp://staging/canonical-identity-provider/release |
Prerequisite: | lp://staging/~facundo/canonical-identity-provider/add-password-changed-timestamp |
Diff against target: |
74 lines (+29/-3) 2 files modified
src/identityprovider/auth.py (+10/-3) src/identityprovider/tests/test_auth.py (+19/-0) |
To merge this branch: | bzr merge lp://staging/~facundo/canonical-identity-provider/refuse-refresh-password-changed |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Matias Bordese (community) | Approve | ||
Daniel Manrique (community) | Approve | ||
Review via email: mp+289938@code.staging.launchpad.net |
Commit message
Check if account's password changed before refreshing the macaroon.
Description of the change
Check if account's password changed before refreshing the macaroon.
To post a comment you must log in.
The test, I think, is not really doing what we expect it to do. See longish comment below and I think we have some fixing to do :(