feat: Add a new service for handling password resets

This commit is contained in:
Ginger
2026-03-03 10:36:25 -05:00
parent 3d50af0943
commit 267feb3c09
5 changed files with 179 additions and 2 deletions
+4
View File
@@ -112,6 +112,10 @@ pub(super) static MAPS: &[Descriptor] = &[
name: "onetimekeyid_onetimekeys",
..descriptor::RANDOM_SMALL
},
Descriptor {
name: "passwordresettoken_userid",
..descriptor::RANDOM_SMALL
},
Descriptor {
name: "pduid_pdu",
cache_disp: CacheDisp::SharedWith("eventid_outlierpdu"),