first commit

This commit is contained in:
2025-03-22 16:41:26 +01:00
commit 55ccbe3ad4
746 changed files with 89584 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Passwords must be at least eight characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'If an account exists for the provided email address, you should receive a password reset link shortly.',
'token' => 'This password reset token is invalid.',
'user' => 'If an account exists for the provided email address, you should receive a password reset link shortly.',
];