API Endpoint Issue #2099
Replies: 2 comments 2 replies
-
We can do that directly in Python without calling an API endpoint. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for the answer. I've solved with a workaround to not having an activation code or a verification email by setting it as active in the database. This way I can create users in bulk and not have to worry about an email activation link or code, in my scenario, where emails generated by SL aren't leaving the server. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm writing a script to register a list of users in bulk. When calling the API endpoint to register it says the user has to check their email for activation.
Because I'm self-hosting through AWS I'm not going to get that activation email, but, I'm not seeing that request generate an activation code attached to the user in the database.
When I register through the WebGUI it DOES generate the activation code even though I never get the email.
Attempting to hit the API endpoint to reactivate also does not send an email or generate an activation code in the database.
Is there another way I should go about this?
Beta Was this translation helpful? Give feedback.
All reactions