Breaking: #65939 - Backend Login Refactoring
See forge#65939
Description
For the refactoring of the backend login we introduce Fluid as template engine and remove the old marker template.
It was necessary to remove the signal Login
which will no longer be emitted.
Additionally the following methods of Login
have been removed:
Login
Controller:: make Login Box Image Login
Controller:: wrap Login Form Login
Controller:: make Login News Login
Controller:: make Login Form Login
Controller:: make Logout Form
Impact
The mentioned methods are no longer available and a fatal error will be triggered if used.
Affected installations
All installations which make use of the Login
signal or use the removed methods:
Login
Controller:: make Login Box Image Login
Controller:: wrap Login Form Login
Controller:: make Login News Login
Controller:: make Login Form Login
Controller:: make Logout Form
Migration
Use the introduced Fluid view to adapt the login screen to your demands.