12345678910 |
- <?php
- declare(strict_types=1);
- return [
- 'ban' => 'The current user has been blocked from logging in.',
- 'failed' => 'The entered account or password is incorrect.',
- 'password' => 'The password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
- ];
|