By claudiu.cristea on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
2.x
Introduced in version:
2.0.0
Issue links:
Description:
The special "returnto" parameter is deprecated in favour of "destination".
Before
<a href="/caslogin?returnto=/contact">Login with CAS and fill the form</a>
After
<a href="/caslogin?destination=/contact">Login with CAS and fill the form</a>
Impacts:
Site builders, administrators, editors
Module developers
Site templates, recipes and distribution developers