https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27849

Victor Grousset/tuxayo <vic...@tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vic...@tuxayo.net

--- Comment #2 from Victor Grousset/tuxayo <vic...@tuxayo.net> ---
Saluton :)

Ĉu estas bona maniero por testi?
Is that a good way to test:

Add the following code:
        Koha::Token->new->check_csrf({
            session_id => scalar $query->cookie('CGISESSID'),
            token  => scalar $query->param('csrf_token'),
        });

In opac/opac-user.pl

After
C4::Context->preference('casAuthentication') and
C4::Auth_with_cas::logout_if_required($query);

And before
my ( $template, $borrowernumber, $cookie ) = get_template_and_user(

It seems to be the case since it crashes without the patch and work with it.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to