1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-20 08:25:16 +00:00

Automatically delete old account after a period of inactivity

This commit is contained in:
2021-02-14 19:23:36 +01:00
parent f44e5103ca
commit fa230bdef8
4 changed files with 18 additions and 0 deletions

View File

@ -104,6 +104,7 @@ pub struct User {
pub password: String,
pub first_name: String,
pub last_name: String,
pub last_activity: u64,
pub status: UserPageStatus,
pub virtual_directory: Option<String>,
pub account_image_path: Option<String>,