Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Custom error message for Csrf validation
Post: RE: Custom error message for Csrf validation

kenjis Wrote: (11-24-2023, 05:49 PM) -- Check the CI4 source code. The classname is \CodeIgniter\Security\Exceptions\SecurityException. -- I tried also that, it didn't work.
712 Views
7 Replies
11-24-2023, 06:02 PM
semprom
    Thread: Custom error message for Csrf validation
Post: RE: Custom error message for Csrf validation

kenjis Wrote: (11-19-2023, 12:59 AM) -- Try/catch the SecurityException and show an error message you want. -- For some reason I cannot catch the exception. I tried with the bellows but without res...
712 Views
7 Replies
11-24-2023, 05:44 PM
semprom
    Thread: Custom error message for Csrf validation
Post: RE: Custom error message for Csrf validation

kenjis Wrote: (11-18-2023, 06:58 PM) -- See https://codeigniter4.github.io/CodeIgniter4/libraries/security.html#redirection-on-failure -- I don't want to redirect back. I just want to display a sim...
712 Views
7 Replies
11-19-2023, 12:54 AM
semprom
    Thread: Custom error message for Csrf validation
Post: Custom error message for Csrf validation

Hi, how can we have custom error message displayed when the CSRF validation fails instead of the exception thrown usually? Thanks.
712 Views
7 Replies
11-18-2023, 11:31 AM
semprom
    Thread: Why is it not recommended to use services in models and libraries?
Post: RE: Why is it not recommended to use services in m...

Still don’t understand why. I think Services is great function. I can make my own services for commonly used classes and use the Services::func() wrapper to access them without creating new instance a...
631 Views
4 Replies
11-04-2023, 09:05 AM
semprom
    Thread: Why is it not recommended to use services in models and libraries?
Post: Why is it not recommended to use services in model...

Looking at the CI4's documentation about the Services (https://codeigniter4.github.io/userguide/concepts/services.html#why-use-services) there is a quote that says: Quote: -- It is recommended t...
631 Views
4 Replies
11-04-2023, 03:25 AM
semprom

Theme © iAndrew 2016 - Forum software by © MyBB