Hi folks
We have previously developed a bespoke login page as part of our theme product, which includes extending and manipulating the data that passes through into the 'core/login' mustache template.
However, with the transition of the login page to the TUI framework in TXP 18, we would need to rethink how this data is extended/manipulated. All for making the transition, but having to revert to the legacy login method for now until we can have clarity on the following:
Is it possible to someway 'extend' the data via another plugin/theme that can pass data through to tui_view::create('core_auth/pages/Login', []); via server/auth/classes/controllers/login.php without having to make 'core hacks' as such?
When do you expect to completely remove $CFG->enable_legacy_login (as this is what we are currently using)
Thanks!
Stephen