- Issue created by @littlepixiez
- Merge request !27#3533457 Added setting to add an optional log out link to users on login display → (Open) created by littlepixiez
It would be a nice feature to have an optional log out button display on the log in form, so that, now users as automatically logged in as of version 4.x, they know that they either accept or log out.
There is currently no out-of-the-box way to add a log out link to the login display.
Add an optional "log out link" checkbox and title customisation in the admin settings form which conditionally shows a log out link.
1. Add the logout link properties to the schema/admin form
2. Render the logout link conditionally in the login form
1. Show log out link "checkbox" added to the admin UI in the "login display settings" tab
2. Conditional log out link text added to the admin UI in the "login display settings" tab
3. Log out link will display conditionally on the user-facing login form for Ts & Cs
None
Schema added:
- login_show_logout: bool
- login_logout_text: string
Active
4.0
Code