[PR #3848] [MERGED] Added login/register message partials for easier use via theme system #6268

Closed
opened 2026-02-05 10:28:08 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3848
Author: @ssddanbrown
Created: 11/12/2022
Status: Merged
Merged: 11/12/2022
Merged by: @ssddanbrown

Base: developmentHead: auth_message_partials


📝 Commits (1)

  • d2cd33e Added login/register message partials for easier use via theme system

📊 Changes

5 files changed (+25 additions, -0 deletions)

View changed files

📝 resources/views/auth/login.blade.php (+2 -0)
resources/views/auth/parts/login-message.blade.php (+2 -0)
resources/views/auth/parts/register-message.blade.php (+2 -0)
📝 resources/views/auth/register.blade.php (+2 -0)
📝 tests/ThemeTest.php (+17 -0)

📄 Description

Related to #608


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/3848 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 11/12/2022 **Status:** ✅ Merged **Merged:** 11/12/2022 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `auth_message_partials` --- ### 📝 Commits (1) - [`d2cd33e`](https://github.com/BookStackApp/BookStack/commit/d2cd33e226127288c8caadbde2f7a051265f6d2e) Added login/register message partials for easier use via theme system ### 📊 Changes **5 files changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `resources/views/auth/login.blade.php` (+2 -0) ➕ `resources/views/auth/parts/login-message.blade.php` (+2 -0) ➕ `resources/views/auth/parts/register-message.blade.php` (+2 -0) 📝 `resources/views/auth/register.blade.php` (+2 -0) 📝 `tests/ThemeTest.php` (+17 -0) </details> ### 📄 Description Related to #608 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:28:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6268