Changes on login/reset password pages

Created on 25 October 2023, 8 months ago
Updated 10 January 2024, 6 months ago

Problem/Motivation

No buttons to redirect pages to each other ex: login/ reset page.

Proposed resolution

Added link buttons to go back to home page and to login page from reset password

✨ Feature request
Status

Needs work

Version

4.0

Component

Code

Created by

πŸ‡―πŸ‡΄Jordan Ibrahim Tameme

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Ibrahim Tameme
  • First commit to issue fork.
  • Issue was unassigned.
  • Status changed to Needs work 6 months ago
  • πŸ‡―πŸ‡΄Jordan Rajab Natshah Jordan

    Thanks, Ibrahim, for reporting and patching.
    I reviews the code and tested
    Let us switch to MR

    Please, remove the fas fa-home icon classes.
    FA classes are used for now in the front-end theme
    But the login page is using the Gin and Vartheme Claro admin themes

    Let us follow with Gin Login templates

    Only add the

    <div class="back-link">
       <a href="{{ url('<front>') }}"> {{ 'Back to'|t }}  {{ site_name }}</a>
    </div>
    

    Maybe ( if you file an issue to the Gin Login β†’ project, Sascha β†’ is a Senior Product Designer )

    <code>
    <div class="back-link">
       <a href="{{ url('<front>') }}"> {{ 'Back to home'|t }}</a>
    </div>
    

    He for sure knows which one is better, or place it in some other location.

    Steps:
    1- Have the patch in the Gin Login module
    2- Attache a patch to add changes over Gin Login templates
    3- When your patch got committed ( or a better design is provided , we remove the patch )

Production build 0.69.0 2024