From 22f3a16cd61fbd40fb7dde6a617af44c5ad37876 Mon Sep 17 00:00:00 2001 From: Taher Alkhateeb Date: Mon, 8 Jan 2024 15:07:10 +0300 Subject: [PATCH] create a service to unify login attempts --- .../service/org/moqui/impl/UserServices.xml | 47 ++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/framework/service/org/moqui/impl/UserServices.xml b/framework/service/org/moqui/impl/UserServices.xml index 6b433bba6..47e154f65 100644 --- a/framework/service/org/moqui/impl/UserServices.xml +++ b/framework/service/org/moqui/impl/UserServices.xml @@ -22,6 +22,51 @@ along with this software (see the LICENSE.md file). If not, see + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Authentication code is not valid + + + + + + + + + + + @@ -377,7 +422,7 @@ along with this software (see the LICENSE.md file). If not, see - A reset password was sent by email to ${userAccount.emailAddress}. This password may only be used to change your password. Your current password is still valid. + A reset password was sent to the email of username ${userAccount.username}. This password may only be used to change your password. Your current password is still valid. You must change your password before login.