It would be cool to be able to change login for Laravel's default email here:
|
'login' => 'This account is blocked.', |
And here:
|
'login' => 'This account is blocked.', |
This way it would work out-of-the-box with Laravel.
Currently my workaround is middleware override.
It would be cool to be able to change
loginfor Laravel's defaultemailhere:laravel-ban/src/Http/Middleware/LogsOutBannedUser.php
Line 57 in 8b78c2f
And here:
laravel-ban/src/Http/Middleware/ForbidBannedUser.php
Line 51 in 8b78c2f
This way it would work out-of-the-box with Laravel.
Currently my workaround is middleware override.