Can i login with another then users model

i want to make a login page with the help of registers table. is it possible in cakephp3.8. or work with only pre define users auth component

You don’t want to use the auth component at all, or you want to change what table that component uses for saving users?