Change record status: 
Project: 
Introduced in branch: 
2.x
Introduced in version: 
2.0.0
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