Is it possible to create 2 login pages with different tables, and without using an encryption password hash?
What do you mean by:
without using an encryption password hash
you need to at least hash with Bcrypt.
And I suggest authentication for login and authorization to determine what a user can or cannot do.
But of course it’s your app if you want two tables.