feat: Add support for password resets via email

This commit is contained in:
Ginger
2026-03-22 19:34:37 -04:00
committed by Ellis Git
parent f2b7dd6519
commit 0b04757bef
6 changed files with 150 additions and 109 deletions
+1
View File
@@ -36,6 +36,7 @@ pub fn build(router: Router<State>, server: &Server) -> Router<State> {
.ruma_route(&client::logout_route)
.ruma_route(&client::logout_all_route)
.ruma_route(&client::change_password_route)
.ruma_route(&client::password_request_token_route)
.ruma_route(&client::deactivate_route)
.ruma_route(&client::third_party_route)
.ruma_route(&client::request_3pid_management_token_via_email_route)