public interface PasswordReminderService
| Modifier and Type | Method and Description |
|---|---|
void |
generateAndSendPasswordResetLink(String userName)
Generate and send via email password reset link for specified user
|
void generateAndSendPasswordResetLink(String userName) throws org.springframework.security.core.userdetails.UsernameNotFoundException
userName - user name whose password you want to resetorg.springframework.security.core.userdetails.UsernameNotFoundException - when user with given name does not existCopyright © 2010-2025 Qcadoo Limited