ajout du suivi utilisateur
This commit is contained in:
@@ -55,6 +55,11 @@ def get_default_config():
|
||||
"from_email": "",
|
||||
"to_emails": [],
|
||||
},
|
||||
"amadea_log_path": r"C:\ProgramData\ISoft\Amadea Web 8 x64\data\logs",
|
||||
"user_status_thresholds": {
|
||||
"active_minutes": 5,
|
||||
"inactive_minutes": 30,
|
||||
},
|
||||
"admin": {
|
||||
"username": "admin",
|
||||
"password_hash": generate_password_hash("admin"),
|
||||
|
||||
@@ -4,3 +4,4 @@ flask-limiter==3.9.*
|
||||
psutil==6.1.*
|
||||
werkzeug==3.1.*
|
||||
pyinstaller==6.12.*
|
||||
pytest==8.3.*
|
||||
|
||||
Reference in New Issue
Block a user