Add upgrade note about changes on mail templates (#2495)

This commit is contained in:
Clément OUDOT 2021-07-18 17:27:24 +02:00
parent 6a6a41b007
commit ec653bff9a

View File

@ -30,6 +30,13 @@ None
2.0.12
------
Portal templates changes
~~~~~~~~~~~~~~~~~~~~~~~~
If you customized the HTML mail content, you must update them to use HTML::Template variables (this was changed to fix XSS injections).
For session variables, replace for example ``$cn`` by ``<TMPL_VAR NAME="session_cn" ESCAPE=HTML>``, and for other variables, replace for example ``$url`` by ``<TMPL_VAR NAME="url" ESCAPE=HTML>``.
Client Credential sessions missing expiration time
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~