Dashboard

Admin
📷
Total Submissions
Pending Review
Approved
Rejected

Recent Submissions

⏳ Pending Photos

✅ Approved Photos

❌ Rejected Photos

⚙️ Site Settings

🔑 Change Password

To change the admin password, update the ADMIN_PASSWORD_HASH in your .env file.

Generate a new hash with:
node -e "const b=require('bcryptjs');b.hash('newpassword',10).then(h=>console.log(h))"