4 lines
361 B
PHP
4 lines
361 B
PHP
<?php
|
|||
|
|
|
||
|
|
return ['failed' => 'These credentials do not match our records.', 'portal_denied' => 'These credentials cannot access this sign-in area.', 'inactive' => 'Your account is currently unavailable. Please contact support.', 'password' => 'The provided password is incorrect.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.'];
|