Phase 3.1: Enhanced Chore Logging and Reporting System
This commit is contained in:
28
full_diagnostics.bat
Normal file
28
full_diagnostics.bat
Normal file
@@ -0,0 +1,28 @@
|
||||
@echo off
|
||||
echo ========================================
|
||||
echo Family Hub - Complete Diagnostics
|
||||
echo ========================================
|
||||
echo.
|
||||
|
||||
cd /d D:\Hosted\familyhub\backend
|
||||
call venv\Scripts\activate
|
||||
|
||||
echo.
|
||||
echo === STEP 1: Check Database Configuration ===
|
||||
echo.
|
||||
python diagnose.py
|
||||
|
||||
echo.
|
||||
echo.
|
||||
echo === STEP 2: Test Password Verification ===
|
||||
echo.
|
||||
python test_passwords.py
|
||||
|
||||
echo.
|
||||
echo.
|
||||
echo === STEP 3: Check Backend Server Logs ===
|
||||
echo If backend is running, you should see request logs
|
||||
echo If login is failing, you should see an error
|
||||
echo.
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user