diff --git a/src/methods/account_new.rs b/src/methods/account_new.rs index 1fbd549..73d05f3 100644 --- a/src/methods/account_new.rs +++ b/src/methods/account_new.rs @@ -404,8 +404,6 @@ pub mod account { ("skMail", HashSet::from([sk_mail.as_str()])), ("skID", HashSet::from([user.id_student.as_str()])), ("skCreated", HashSet::from([sk_created.as_str()])), - // 1 = secure, automatic since its a new account - ("skSecure", HashSet::from(["1"])), // quotas ("quotaEmail", HashSet::from(["10737418240"])), ("quotaDisk", HashSet::from(["10737418240"])),