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:
LoginController:: make Login Box Image LoginController:: wrap Login Form LoginController:: make Login News LoginController:: make Login Form LoginController:: 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:
LoginController:: make Login Box Image LoginController:: wrap Login Form LoginController:: make Login News LoginController:: make Login Form LoginController:: make Logout Form
Migration
Use the introduced Fluid view to adapt the login screen to your demands.