Hi @rogupta
Easy answer: use two DB connections, each has its own password requirements. You’ll have to figure out how to get the users to log in to the right DB - this can be challenging.
Better answer: use good password requirements for all users, and for users with escalated privileges, use MFA or step-up authentication.
Johh