Add custom layout hook to after the login logo image

Adding this capability would make it easier to include any special user login instructions to the login screen.
We have currently worked around this lack by including instructions within a login logo image file and customizing the header.php file to use the modified logo but this is less than ideal as we need to track all the customized files during upgrades and then re-apply them afterwards.

. Attempts to include the special instructions via CSS have been less than ideal as well, resulting in unsatisfactory presentation and layout.

Having such a layout hook would give all customers added flexibility to easily customize the interface if needed or just leave it in the default state.
 
Upvote 3

deep64blue

DaDaBIK Guru
This would be good.

Currently I use a custom PHP home page and check if the user is newly registered, if so I show a text box with the next step instructions.
 
Top