Hi,
We have been using discourse connect for sometime. Even though the user creation is authenticated via our internal system, discourse still send the user “CONFIRM YOUR ACCOUNT” email.
Note: The Internal System is already double opt-in.
Questions
Is only users who confirmed the account will receive Digest email?
If yes, is there a way to de-activate that. And the email digest goes to all users who are added in discourse system.
If the first answer is no, I can simply de-activate “CONFIRM YOUR ACCOUNT” email.
There’s a parameter that you can pass that tells DiscourseConnect that you’ve authenticated the email. I can’t remember what it is, but I think if you look in the docs or spec you should be able to find it.
Yes - if you run activate! on the User object from the console, it’ll activate them.
Also, you might be able to use the sync_sso endpoint with the right parameters… but I’m not sure about that. Similarly, it might activate them next time they log in if the right parameters are passed.
Thanks Michael, is there a document you can refer me to identify where I can find the exact things to run on the console? (Like the folder section where this need to run, and the command)