Hacks & Customizations
These hacks are unsupported customizations meant as unofficial workarounds.
They can cause instability, introduce issues and may conflict with future updates. Apply at your own risk!

Custom Login Form Message

  • Author: @ssddanbrown
  • Created: 27th Jan 2023
  • Updated: 27th Jan 2023
  • Last Tested On: v22.11.1

This logical theme system hack allows you to show a custom message on the login form, above the inputs and below the title.

Change the contents of the file to suit your desired message.

Code

auth/parts/login-message.blade.php
1
2
3
<p class="callout info">
  Please login using the email provided by Barry during your induction.
</p>

Latest Hacks