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:
Dan Orlando 2023-07-31 19:37:46 -07:00 committed by GitHub
parent 2faeebfae2
commit 30a49ae611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 221 additions and 171 deletions

View file

@ -46,6 +46,8 @@ export default {
com_auth_email_max_length: 'El email no debe tener más de 120 caracteres',
com_auth_email_pattern: 'Debes ingresar una dirección de email válida',
com_auth_email_address: 'Dirección de email',
com_auth_reset_password_link_sent: 'Enlace para restablecer la contraseña enviado',
com_auth_reset_password_email_sent: 'Se ha enviado un correo electrónico con instrucciones.',
com_auth_password: 'Contraseña',
com_auth_password_required: 'Se requiere la contraseña',
com_auth_password_min_length: 'La contraseña debe tener al menos 8 caracteres',