1
2.. include:: ../../Includes.txt
3
4===========================================
5Breaking: #62595 - Remove SU change-to mode
6===========================================
7
8See :issue:`62595`
9
10Description
11===========
12
13The permanent user switch has been removed from backend user list for a better UX.
14
15
16Impact
17======
18
19The parameter "emulate" in the view helper "SwitchUser" is dropped. Using the
20argument causes an error "Argument "emulate" was not registered".
21
22
23Affected installations
24======================
25
26Any installation using an extension that uses the view helper "SwitchUser" with
27"emulate" argument.
28
29
30Migration
31=========
32
33Drop the "emulate" argument in the view helper call.
34
35
36.. index:: Fluid, Backend
37