Software-Lifecycle-Consultants / slc-open-hms

The Hotel Management System is a web application built with Next.js that aims to streamline and optimize hotel operations, including reservations, room management, guest services, and more. This application provides an intuitive and efficient solution for hotel owners and staff to manage various aspects of their hotel business.
2 stars 2 forks source link

[Bug] Admin Login Page - Incorrect Redirection of "Register Here" Link #596

Open kshkarunarathna opened 1 month ago

kshkarunarathna commented 1 month ago

Description: The "Register Here" link at the bottom of the admin login page redirects users to the wrong registration page. Instead of leading to an admin registration page (which should not exist), it appears to redirect to the frontend user registration form. There should be no admin registration form.

Steps to Reproduce:

1.Navigate to the admin login page. 2.Click on the "Register Here" link at the bottom of the page. 3.Observe the redirection.

Expected Result:

There should be no "Register Here" link on the admin login page, as admin accounts are created internally. The page should not allow public registration of admin users.

Actual Result: Clicking the "Register Here" link redirects the user to the frontend user registration page, which is inappropriate for the admin login.