The profile based password reset does not return a resetLink
This commit is contained in:
@@ -631,8 +631,6 @@ async function sendPasswordResetByIdentifier(identifier, auditSource) {
|
||||
|
||||
const resetLink = `${settings.dashboardOrigin()}/login.html?resetToken=${user.resetToken}`;
|
||||
await mailer.passwordReset(user, user.fallbackEmail || user.email, resetLink);
|
||||
|
||||
return resetLink;
|
||||
}
|
||||
|
||||
async function getPasswordResetLink(user, auditSource) {
|
||||
|
||||
Reference in New Issue
Block a user