feat: support user password resets
This commit is contained in:
committed by
Timo Kösters
parent
1ce03059a0
commit
ada07de204
@@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user