security: rotate bootstrap and clean workspace
This commit is contained in:
@@ -151,8 +151,10 @@ cd backend
|
||||
source .venv/bin/activate
|
||||
python src/scripts/init_auth_db.py
|
||||
|
||||
# При первом запуске будет создан backend/.env с ENCRYPTION_KEY
|
||||
|
||||
# Создание администратора
|
||||
python src/scripts/create_admin.py --username admin --password admin
|
||||
python src/scripts/create_admin.py --username admin --password '<strong-temporary-secret>'
|
||||
```
|
||||
|
||||
## 🏢 Enterprise Clean Deployment (internal-only)
|
||||
|
||||
Reference in New Issue
Block a user