Changing the default user model #2156
Answered
by
tabuna
danielh-official
asked this question in
Q&A
-
In my project, I want to use two user tables. One for my standard end-users, and another for administrative users. The problems is that Orchid uses the "users" table by default. Is there any way I can configure it to use another model/table? |
Beta Was this translation helpful? Give feedback.
Answered by
tabuna
Feb 28, 2022
Replies: 1 comment 1 reply
-
If we are talking about login and authorization, then you can change this using this parameter in the configuration: Line 69 in 5d31f23 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
danielh-official
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we are talking about login and authorization, then you can change this using this parameter in the configuration:
platform/config/platform.php
Line 69 in 5d31f23