feat: support user password resets
This commit is contained in:
parent
1ce03059a0
commit
ada07de204
5 changed files with 108 additions and 3 deletions
|
@ -68,6 +68,8 @@ pub struct Config {
|
|||
#[serde(default = "default_turn_ttl")]
|
||||
pub turn_ttl: u64,
|
||||
|
||||
pub emergency_password: Option<String>,
|
||||
|
||||
#[serde(flatten)]
|
||||
pub catchall: BTreeMap<String, IgnoredAny>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue