mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
d7e58a35bf
This reverts commit aad14b4d7a
.
12 lines
541 B
PHP
12 lines
541 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 with that email.',
|
|
'user_inactive' => 'If that email address exists in our system, a password recovery email has been sent.',
|
|
'token' => 'The password reset token you have provided is invalid',
|
|
'password' => 'Passwords must be at least eight characters and match the confirmation.',
|
|
'reset' => 'Your password has been reset'
|
|
];
|
|
|