Trigger password reset email from user management #14411
Labels
1. to develop
Accepted and waiting to be taken care of
enhancement
feature: authentication
feature: users and groups
good first issue
Small tasks with clear documentation about how and in which place you need to fix things in.
security
As of now the password reset email can only be triggered via the lost password page. In some cases this is disabled. It would be useful to trigger the email nevertheless as an admin from the user management.
Use case: having LDAP and DB users - LDAP users are not allowed to change the password but the reset should still be triggered by an admin for the DB users.
The email is sent here:
server/core/Controller/LostController.php
Lines 314 to 370 in ac8a6e2
The text was updated successfully, but these errors were encountered: