mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
dcfd71aa4c
Make sure that we have the canonical user_id *before* calling get_login_tuple_for_user_id. Replace login_with_password with a method which just validates the password, and have the caller call get_login_tuple_for_user_id. This brings the password flow into line with the other flows, and will give us a place to register the device_id if necessary. |
||
---|---|---|
.. | ||
__init__.py | ||
admin.py | ||
base.py | ||
directory.py | ||
events.py | ||
initial_sync.py | ||
login.py | ||
logout.py | ||
presence.py | ||
profile.py | ||
push_rule.py | ||
pusher.py | ||
register.py | ||
room.py | ||
transactions.py | ||
voip.py |