Skip to content

[JITERA] Enhance Admin Login Template

Yusuke Nakajima requested to merge feat/admin-login-template-1749454733 into 4.3

Created by: jitera-nakajima

Overview

This pull request introduces a new HTML template for the admin login screen in the EC-CUBE application. The new template enhances the user experience by providing a clean and modern design.

Changes

  • Login Template: The login template is defined in the file /src/Eccube/Resource/template/admin/login.twig. It includes:
    • A responsive layout that centers the login form on the page.
    • Input fields for the login ID and password with placeholders for better usability.
    • A CSRF token for security.
    • An error message display area that shows validation errors if login fails.
    • A submit button styled with Bootstrap for a consistent look and feel.

This update aims to improve the overall aesthetics and functionality of the admin login interface, making it more user-friendly and secure.

Merge request reports