invites button
This commit is contained in:
@@ -61,7 +61,6 @@ pub fn account_from_token(token: String, tx: &mut Transaction) -> Result<Account
|
||||
pub fn account_create(params: AccountCreateParams, tx: &mut Transaction) -> Result<Account, Error> {
|
||||
let id = Uuid::new_v4();
|
||||
|
||||
info!("{:?} {:?}", params.password, params.password.len());
|
||||
if params.password.len() < PASSWORD_MIN_LEN {
|
||||
return Err(err_msg("password must be at least 12 characters"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user