feat: Implement a command for issuing password reset links

This commit is contained in:
Ginger
2026-03-03 11:18:48 -05:00
parent 267feb3c09
commit da8833fca4
7 changed files with 56 additions and 1 deletions
+6
View File
@@ -29,6 +29,12 @@ pub enum UserCommand {
password: Option<String>,
},
/// Issue a self-service password reset link for a user.
IssuePasswordResetLink {
/// Username of the user who may use the link
username: String,
},
/// Deactivate a user
///
/// User will be removed from all rooms by default.