forked-synapse/synapse/rest/client/v2_alpha
Andrew Morgan 2ddc13577c
Don't warn user about password reset disabling through config code (#5387)
Moves the warning about password resets being disabled to the point where a user actually tries to reset their password. Is this an appropriate place for it to happen?

Also removed the disabling of msisdn password resets when you don't have an email config, as that just doesn't make sense.

Also change the error a user receives upon disabled passwords to specify that only email-based password reset is disabled.
2019-06-11 00:25:07 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
account_data.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
account_validity.py Merge pull request #5363 from matrix-org/babolivier/account_validity_send_mail_auth 2019-06-10 11:57:02 +01:00
account.py Don't warn user about password reset disabling through config code (#5387) 2019-06-11 00:25:07 +01:00
auth.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
capabilities.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
devices.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
filter.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
groups.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
keys.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
notifications.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
openid.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
read_marker.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
receipts.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
register.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
relations.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
report_event.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
room_keys.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
room_upgrade_rest_servlet.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
sendtodevice.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
sync.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
tags.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
thirdparty.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
tokenrefresh.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
user_directory.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00