akaunting / laravel-firewall

Web Application Firewall (WAF) package for Laravel

Home Page:https://akaunting.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Not an issue] Getting block reason in view

captenmasin opened this issue · comments

Is there currently a way of displaying the reason for the blocking in the template when you setup a custom view?

E.g "You have tried to login too many times, you are now blocked"

Sure, you can get the reason from the Logs table and use it in your view.