require password to log in

This commit is contained in:
Vincent Junge 2023-06-25 22:34:05 +02:00
parent 9ccc08b5e2
commit 2e9d4caee5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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