allow to edit roles

This commit is contained in:
2025-05-05 20:01:32 +02:00
parent 9a4dcc0b9d
commit 1864ea260c
14 changed files with 187 additions and 35 deletions

View File

@ -1,7 +1,8 @@
use super::{ManageUserUser, User};
use crate::{
NonEmptyString,
model::{activity::ActivityBuilder, mail::Mail, notification::Notification, role::Role},
special_user, NonEmptyString,
special_user,
};
use chrono::NaiveDate;
use rocket::{async_trait, fs::TempFile, tokio::io::AsyncReadExt};