++ diffusori
fixed user chip
This commit is contained in:
@@ -278,7 +278,7 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
|
||||
sendEmail_RequestNewPassword: async function(lang, user, emailto, idapp, tokenforgot) {
|
||||
sendEmail_RequestNewPassword: async function(lang, user, emailto, idapp, tokenforgot, tokenforgot_code) {
|
||||
|
||||
let mylocalsconf = {
|
||||
idapp,
|
||||
@@ -286,6 +286,7 @@ module.exports = {
|
||||
locale: lang,
|
||||
nomeapp: tools.getNomeAppByIdApp(idapp),
|
||||
strlinksetpassword: tools.getlinkRequestNewPassword(idapp, emailto, tokenforgot),
|
||||
tokenforgot_code,
|
||||
emailto: emailto,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user