If someone tries to reset the password for a unknown email adresse, the database function raises an exception caused by a not null contraint.
It would be nicer, if we would check the existence of an user before the database function fails with an exception.
If someone tries to reset the password for a unknown email adresse, the database function raises an exception caused by a not null contraint.
It would be nicer, if we would check the existence of an user before the database function fails with an exception.