SreelalChalil / Online-Job-Portal

Online Job Portal project is web application built using PHP, MySQL as backend and HTML JavaScript & Bootstrap as Frontend technologies. Note that this software is developed as an academic project.
https://github.com/Sreelal-c/Jobboard-backend
GNU General Public License v3.0
103 stars 85 forks source link

How to do admin login ?? #20

Open supriyanp opened 7 years ago

supriyanp commented 7 years ago

Which form contains admin login code

Watnouweer commented 7 years ago

There is no login for admin

AshishDevlekar commented 1 month ago

User Authentication: Check credentials against a database or an API instead of hardcoded values. Session Management: Maintain user sessions to keep the user logged in. Error Handling: Provide detailed feedback for failed login attempts. Frontend and Backend: A simple example of how the backend might handle login requests.