require password to log in

This commit is contained in:
Vincent Junge 2023-06-25 22:34:05 +02:00
parent 8b0f41fad3
commit 94a051631f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ pub struct LoginSchema {
pub login: String,
/// For Discord, must be between 1 and 72 characters,
/// but other servers may have different limits.
pub password: Option<String>,
pub password: String,
pub undelete: Option<bool>,
pub captcha_key: Option<String>,
pub login_source: Option<String>,