Make passwords optional when registering a new user
This commit is contained in:
committed by
nitnelave
parent
3c916a2530
commit
973fac4bb8
@@ -56,7 +56,7 @@ pub struct CreateUserRequest {
|
||||
pub display_name: Option<String>,
|
||||
pub first_name: Option<String>,
|
||||
pub last_name: Option<String>,
|
||||
pub password: String,
|
||||
pub password: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize, Clone, Default)]
|
||||
|
||||
Reference in New Issue
Block a user