simplesamlphp / simplesamlphp-module-authorize

This module provides a user authorization filter based on attribute matching
GNU Lesser General Public License v2.1
5 stars 6 forks source link

allow links to work as before in the reject_msg #9

Closed liedekef closed 1 year ago

liedekef commented 1 year ago

if the reject_msg contains links or mails, the twig-version doesn't allow to click on it. Changing in the twig from:

reject_msg|translateFromArray

to

reject_msg|translateFromArray|raw

fixes it.