I'm working on a project based on Jhipster that requires the use of an additional field (organization) to uniquely identify a user during authentication. So we can have two rows in the JHI_USER table with the same login and password but different organizations and this should represent two separate users.
I searched in code but I can't figure out how to implement this.