mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 04:04:59 -04:00
Comment out password reset for now, until the mechanism is fully discussed (IS token auth vs HS auth)
This commit is contained in:
parent
cc83b06cd1
commit
c099b36af3
1 changed files with 1 additions and 1 deletions
|
@ -106,4 +106,4 @@ def _parse_json(request):
|
|||
|
||||
def register_servlets(hs, http_server):
|
||||
LoginRestServlet(hs).register(http_server)
|
||||
PasswordResetRestServlet(hs).register(http_server)
|
||||
# TODO PasswordResetRestServlet(hs).register(http_server)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue