If they have no posts they are considered a new user, so until one of their queued posts is accepted all their posts will go to the post queue. If you are not using reputation make sure Reputation required to bypass post queue is set to 0 or lower.
Auto Login from Custom User Database
-
Hi,
I was wondering what the recommended practice for Auto Login was. I have a "members only" area of my website, and from there I would like them to be able to access a forum, but ideally they would be signed in. The current solution isn't OAuth based, so I'm not sure if that's the best route to go down - or if there might be a hackier alternative?Thanks,
Chris -
The best solution would be to expose your login process as an OAuth endpoint, via something like OAuth2orize, and then install a corresponding fork of this SSO plugin to talk to your endpoint.