2
Allow custom subject lines for password request
Source: directus/directus#23011 · opened by @samuelfranzini
Summary The requestPasswordReset function in the users service accepts subject as an optional field, only this parameter is not passed in the /auth/password/request API route parameters. I have no idea why, but I'd like to propose a pull request to implement this oversight. Basic Example The basic API call is as follows: The new one would be : Motivation I need to be able to customize the title of the email that's sent out regarding the password reset request for non-English-speaking users in particular. Detailed Design The implementation has already been done on Directus, and only the function calling the service has been modified. Requirements List Must Have: • Custom emails subjects for request password Drawbacks Subject can be treated as an optional field, allowing for backwards compatibility. The existing implementation of the request password feature can remain unchanged. Alternatives N/A Adoption Strateg…
No pledges yet. Be the first to back this.
Comments
Similar requests
Set up override for subject lines for user invite & password recovery mails
53 votes · 0 comments
Unclear error message on registration and password reset for invalid password format
2 votes · 0 comments
Reset password form asks users to sign in even for roles without app access
1 vote · 0 comments
mail.send Filter Hook for password-reset-request and user-invite
1 vote · 0 comments
Authentication with phone number and otp code
28 votes · 0 comments
No comments yet.