I have two login templates for two different users. I want login 1 to connect only the user of type 1 and login 2 to connect only the user of type 2.
I'm using PUGXMultiUserBundle / FOSUserBundle – Symfony 3.
I configured PUGXMultiUserBundle and overrided the fosuserbundle template and I created two firewall for each user.
I am new to symfony I need a little help how to do this.