[PR #2120] [CLOSED] Add id tag to the registration form #5945

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2120
Author: @mtannertdev
Created: 5/14/2020
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 9962395 Add id tag to the registration form

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 resources/views/auth/register.blade.php (+1 -1)

📄 Description

Add an id tag to the registration form. An id tag already exists on the login form and this will allow both the login form and registration form elements be alterable from the "Custom HTML Head Content" option in Settings. We hide both of these forms because all of our users use federated authentication to log in. We do not want users creating accounts in the app via the registration form.


🔄 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/2120 **Author:** [@mtannertdev](https://github.com/mtannertdev) **Created:** 5/14/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`9962395`](https://github.com/BookStackApp/BookStack/commit/99623958374e5fb225a504331acc9edbaf4c472b) Add id tag to the registration form ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `resources/views/auth/register.blade.php` (+1 -1) </details> ### 📄 Description Add an id tag to the registration form. An id tag already exists on the login form and this will allow both the login form and registration form elements be alterable from the "Custom HTML Head Content" option in Settings. We hide both of these forms because all of our users use federated authentication to log in. We do not want users creating accounts in the app via the registration form. --- <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:21:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5945