You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to clarify: the api routes all follow the same action-password pattern (e.g. /users/reset-password) the thing that is going to change here is the link we send to the front end (https://github.com/mattboutet/user-pal/blob/master/lib/services/user.js#L144) and, in the interest of consistency, the email templates associated with it.
Currently all routes follow the
{action}-password
convention, except one.password-reset
should shift toreset-password
for consistency.https://github.com/mattboutet/user-pal/blob/master/lib/services/email.js#L30
https://github.com/mattboutet/user-pal/blob/master/lib/services/user.js#L144
The text was updated successfully, but these errors were encountered: