[ad_1]
I want to make an inventory management system for my website that my employees can access through manually typing in the url from the homepage. I would restrict acess by having that url present the employee with a login form with credentials that I have previously made for them (no registration necessary). However, I want this login to be separate from the WordPress website users. How would I go about doing this? Would I need to have my own database that houses the username and passwords for each of my employees or is there an easier way?
[ad_2]
Create a separate wordpress site, and use a membership plugin like Ultimate Member, which will allow you to restrict access to pages.
[https://wordpress.org/documentation/article/roles-and-capabilities/](https://wordpress.org/documentation/article/roles-and-capabilities/)
Easiest way would be to create profiles under a different user role than admin and just give them the ability to edit the items you need.