[18:38:26] <Lnk> hey all, sql admin here trying to move some of our stuff to mongo that would be more appropriate as a document format instead of relational, trying to wrap my head around the authentication system.
[18:38:49] <Lnk> getting closer, but having an issue i'm not sure what i'm doing wrong if someone could take a look at a pastebin: https://pastebin.com/0TQ8SsLq
[19:04:15] <Lnk> if i add the user to the admin database i can connect, and i can give them permissions to the products database from there, but i feel like that's the wrong way to go about it. i want them to authenticate to the products db, not admin
[19:07:23] <Lnk> ok i removed the user and re-added it and it works, should have tried that 2 hours ago :(