4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-02-10 16:38:26 +00:00

2 Commits

Author SHA1 Message Date
kegsay
a22ab3eee6
Read the right username field when performing account deactivation ()
`Login` has 2 username fields, and we were always checking the
deprecated one. Instead, check both.
2021-08-02 13:11:23 +01:00
Loïck Bonniot
4e8c484618
Implement account deactivation ()
* Implement account deactivation

See 
Signed-off-by: Loïck Bonniot <git@lesterpig.com>

* Rename 'is_active' to 'is_deactivated'

Signed-off-by: Loïck Bonniot <git@lesterpig.com>

Co-authored-by: Kegsay <kegan@matrix.org>
2020-10-02 17:18:20 +01:00