Test for preventing user logging in via email after account deactivation#755
Merged
anoadragon453 merged 2 commits intodevelopfrom Dec 5, 2019
Merged
Test for preventing user logging in via email after account deactivation#755anoadragon453 merged 2 commits intodevelopfrom
anoadragon453 merged 2 commits intodevelopfrom
Conversation
…tivate_email_id_server
erikjohnston
approved these changes
Dec 3, 2019
anoadragon453
added a commit
that referenced
this pull request
Dec 11, 2019
…ch_redacted_events * 'develop' of github.com:matrix-org/sytest: (41 commits) Add comment to explain what the v1 outbound test relies on Re-fix test names Fix test names Incorporate review Add tests for outbout federation on v2 /send_join Fix on_request function name Version the name of the await functions (if the version isn't v1) Add handler for v2 /send_join Add support for versioning endpoints in await request pairs Add inbound test for v2 /send_join Diagnostics and increased timeout for a flaky LL test (#759) Test for preventing user logging in via email after account deactivation (#755) explain settngs Try to make the tests less flakey Use the same timings in both tests Name space room alias Style Fixup to actually pass. Use /sync instead of /messages to retrieve the first message Fix delay call ...
anoadragon453
added a commit
that referenced
this pull request
Mar 20, 2020
…ase-v1.7.x * origin/release-v1.7.3: (32 commits) Diagnostics and increased timeout for a flaky LL test (#759) Test for preventing user logging in via email after account deactivation (#755) explain settngs Try to make the tests less flakey Use the same timings in both tests Name space room alias Style Fixup to actually pass. Use /sync instead of /messages to retrieve the first message Fix delay call How low can I take this? Test for transferring non-100 power level events across room upgrades (#728) Tune down the durations a bit Try lower expiry period More review response Incorporate review Grammar is, you know, a thing that's good. Fix failure Retry /messages calls Make failure logs clearer ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We had a test for preventing login via username/password after account deactivation, but it doesn't hurt to add another test for trying to log in via a thirdparty address (email).
Note, this does not serve as a proper regression test for matrix-org/synapse#6426