diff options
author | Mark Haines <mjark@negativecurvature.net> | 2016-04-14 19:00:21 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2016-04-14 19:00:21 +0100 |
commit | 3c79bdd7a06bcebb547e5a7abb7393fbede7ef0c (patch) | |
tree | fd51803fa99e1352f545fa036db1c01b84787473 /synapse | |
parent | Merge pull request #729 from matrix-org/dbkr/fix_login_nonexistent_user (diff) | |
download | synapse-3c79bdd7a06bcebb547e5a7abb7393fbede7ef0c.tar.xz |
Fix check_password rather than inverting the meaning of _check_local_password (#730)
Diffstat (limited to '')
-rw-r--r-- | synapse/handlers/auth.py | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py |