MatrixSynapse/synapse/handlers
Salvatore LaMendola ed5f43a55a
Fix TypeError in call to bcrypt.hashpw
- At the very least, this TypeError caused logins to fail on my own
  running instance of Synapse, and the simple (explicit) UTF-8
  conversion resolved login errors for me.

Signed-off-by: Salvatore LaMendola <salvatore.lamendola@gmail.com>
2016-06-16 00:43:42 -04:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py
auth.py Fix TypeError in call to bcrypt.hashpw 2016-06-16 00:43:42 -04:00
directory.py
events.py
federation.py
identity.py
message.py
presence.py
profile.py
receipts.py
register.py
room.py
room_member.py
search.py
sync.py
typing.py