snipe-it/resources/lang/en/passwords.php
snipe ea91d59ffc
Use username instead of email address in password reset (#6382)
* Switch to use username instead of email

* Fixed indenting

* Updated password language

* Updated blades to reflect username instead of email

* Changed password/reset controllers to use username instead of email

* Redirect to login page instead of repeating the password reset form
2018-10-31 18:03:24 -07:00

8 lines
182 B
PHP

<?php
return [
'sent' => 'If a matching username and email address is found, a password reset link will be sent!',
'user' => 'No matching active user found.',
];