Each user only can log in with their own account Student=Student account only, Teacher=Teacher account only, and Anonymous should only login with their on account

0
Hello Team,   I just created an app so when i try to register a new user like teacher or student and anonymous account so after that can login with any user like if they are student so they can login with teacher, anonymous even in administrator account with the same name and password,   So can any one plz tell me how to secure this so that they can have allow only in there on user account. Thanks in advance  
asked
2 answers
1

I don’t really know what you did. You have multiple Account objects. Each account should have a unique name. How can you log in to the admin account by using the student name?

How is your registration process looking? Do you have a microflow that you can share?

answered
1

  here is the registration microflow that i made

answered