mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
Feat email password reset (#730)
* change name of auth.service to AuthService * Add emailEnabled to config api * Setup email * update nodemailer version * add translations * update .env.example * clean up console.log's) * refactor RequestPasswordReset component * chore: rebuild package-lock.json --------- Co-authored-by: Daniel Avila <messagedaniel@protonmail.com>
This commit is contained in:
parent
2faeebfae2
commit
30a49ae611
15 changed files with 221 additions and 171 deletions
|
|
@ -69,6 +69,9 @@ export default {
|
|||
com_auth_click: 'Click',
|
||||
com_auth_here: 'HERE',
|
||||
com_auth_to_reset_your_password: 'to reset your password.',
|
||||
com_auth_reset_password_link_sent: 'Email Sent',
|
||||
com_auth_reset_password_email_sent:
|
||||
'An email has been sent to you with further instructions to reset your password.',
|
||||
com_auth_error_reset_password:
|
||||
'There was a problem resetting your password. There was no user found with the email address provided. Please try again.',
|
||||
com_auth_reset_password_success: 'Password Reset Success',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue