Replies: 2 comments 2 replies
-
Hi @jrpikong,
Since this is a complete separation of databases, it means that each tenant database has its own data. So yes, the user won't be copied from the central app to the tenant apps.
You have to create a new user (Separate from the central app users) and use them to login to the tenant. The whole idea of database separation is to have complete separation of data between companies. A use case scenario for this setup is when you would like to onboard separate clients into your system using the same code-base, but complete separation so that one client can't access another client's data. That is why this separation is important. |
Beta Was this translation helpful? Give feedback.
-
I have done an open register page in the tenant, but I register, the data will be inserted to the central user table, not in the tenant user table |
Beta Was this translation helpful? Give feedback.
-
Hi @coolsam726 , thanks for sharing, I really appreciate it.
mysql
connection.please can you help me?
Beta Was this translation helpful? Give feedback.
All reactions