Replies: 1 comment 2 replies
-
You can add any fields you need in the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set up a dove application, and trying to set up my authentication through LDAP like I had set with v4. The main issue I have now is that the userSchema which is what is used in all of the service calls just has _id, email, and an optional password. In v4 I was able to store additional fields in the user object (like username, roles, etc) that was all pulled through the LDAP connection, but I cannot figure out how to get that to work in v5.
Is there a reason why the userSchema is set to not allow additional fields?
Thanks.
Jon
Beta Was this translation helpful? Give feedback.
All reactions