mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
ea91d59ffc
* 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
8 lines
182 B
PHP
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.',
|
|
];
|
|
|