auth.php 316 B

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