python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Django Password Reset Email sending incorrect link
I am using the auth_views login and password reset system for the accounts app in a Django project.
The password reset functionality works fine on the localhost. However once deployed when trying to ...
Saleem
Votes: 0
Answers: 2
why changed function in sequelize.js is not working in afterValidate hook?
hooks: {
afterValidate: async function (user, next) {
if (!user.changed("password")) {
next()
};
const salt = await bcrypt.genSalt(10);
user.password = await bcrypt.hash(u...

Tanmoy Sen
Votes: 0
Answers: 2
strapi forgot password plugin doesn't send email
I use strapi as an admin panel. When a user need to reset his password, the link forgot my password should send an email with a link to reset, but nothing happens.
I don't find any information in the ...
Rom-888
Votes: 0
Answers: 1