Bug 34478: Check CSRF in get_template_and_user
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 4 Aug 2023 09:32:27 +0000 (11:32 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 09:56:00 +0000 (10:56 +0100)
commita0dcce9ce19fef84e86a28f9ceae37a4584d0587
treef2d1c3668508d3fa71180f4670fd6f1edf0689ea
parent4ed5bf19a7f3404b8aada8d61092862d9ed3d3a2
Bug 34478: Check CSRF in get_template_and_user

Not sure this is the right place in get_template_and_user
Will have to test login and 2FA

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Auth.pm