setpassword endpoint, misc

This commit is contained in:
2026-03-01 00:31:15 +01:00
parent c8d15f8c6b
commit b2a80ffa58
4 changed files with 34 additions and 6 deletions

View File

@@ -6,6 +6,8 @@ pub enum Permission {
ListOthersSessions,
// All Users have the right to revoke their own sessions
RevokeOthersSessions,
// All Users have the right to change their own password
ChangeOthersPasswords,
}
impl User {