fix: removed a bad attribute

This commit is contained in:
silver 2023-10-25 17:30:58 +00:00
parent a43c8c363e
commit 20d79e427a

View file

@ -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"])),