-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger resend of welcome email via API #3367
Comments
We have a welcome email? Never saw something like that? |
It's the password reset email. You can enable this in the user management settings (lower left). |
But maybe we just make this a separate email template to enhance the wording. |
Totally, a password reset as welcome email sounds rather confusing, may even look like phishing, if it is unexpected. |
Makes sense to have a dedicated welcome email with proper wording then. |
Welcome email was brought via #2287 |
* send a POST request to ocs/v1.php/cloud/users/USERNAME/resendWelcomeMessage to trigger the welcome message to be send * fixes #3367 example curl statement: curl -i https://example.org/ocs/v1.php/cloud/users/USERNAME/resendWelcomeMessage -H "OCS-APIRequest: true" -u admin:password -X POST Signed-off-by: Morris Jobke <[email protected]>
Fix for this is in #3607 |
* send a POST request to ocs/v1.php/cloud/users/USERNAME/resendWelcomeMessage to trigger the welcome message to be send * fixes #3367 example curl statement: curl -i https://example.org/ocs/v1.php/cloud/users/USERNAME/welcome -H "OCS-APIRequest: true" -u admin:password -X POST Signed-off-by: Morris Jobke <[email protected]>
* send a POST request to ocs/v1.php/cloud/users/USERNAME/resendWelcomeMessage to trigger the welcome message to be send * fixes #3367 example curl statement: curl -i https://example.org/ocs/v1.php/cloud/users/USERNAME/welcome -H "OCS-APIRequest: true" -u admin:password -X POST Signed-off-by: Morris Jobke <[email protected]>
Best would maybe to include this into the user provisioning API: https://docs.nextcloud.com/server/12/admin_manual/configuration_user/user_provisioning_api.html
Something like
@rullzer @nickvergessen @blizzz Opinions on this?
The text was updated successfully, but these errors were encountered: