PHP/MySQL web project for university content pages, user portal, and admin panel.
View/: main web application sourceView/loginsystem/: user and admin authentication areaView/loginsystem/admin/: admin dashboard and management pages
- Public university information pages
- User registration and login
- User profile and password management
- Admin dashboard, notices, downloads, and user management
- Passwords are now handled with modern password hashing.
- Authentication flows now use prepared statements for safer SQL handling.
- Password recovery now uses reset links instead of emailing stored passwords.
See SETUP.md for local environment and run instructions.