Files
app-installer/users_db.json
SimolZimol 1eac702d7d modified: app.py
new file:   file_manager.py
	modified:   requirements.txt
	new file:   sessions_db.json
	modified:   templates/base.html
	new file:   templates/file_manager.html
	new file:   templates/file_manager_new.html
	new file:   templates/login.html
	new file:   templates/profile.html
	new file:   templates/users_management.html
	new file:   user_management.py
	new file:   users_db.json
2025-07-10 00:00:59 +02:00

25 lines
728 B
JSON

{
"users": {
"admin": {
"username": "admin",
"email": "admin@localhost",
"password_hash": "a0f677d20ac159a9914e92c2a6466fda213a344de3853587e32e3d766992603c",
"password_salt": "4fdbb3d595c5f8e2db69baa4008f196ccc9f8e980da9bc0fd8f3f249caf3efd4",
"role": "admin",
"first_name": "System",
"last_name": "Administrator",
"enabled": true,
"created_at": "2025-07-09T20:53:47.361864",
"last_login": "2025-07-09T23:59:01.222407",
"login_count": 2,
"projects_access": [],
"preferences": {
"theme": "light",
"language": "de",
"notifications": true
}
}
},
"created_at": "2025-07-09T20:53:47.361864",
"version": "1.0"
}