Remove ONLY the LOGIN button in header, but i want to login also in /login #4334

Closed
opened 2026-02-05 08:34:13 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @altomarketing on GitHub (Nov 24, 2023).

Describe the feature you'd like

The feature to remove ONLY the login button, not disable the function to login

Describe the benefits this would bring to existing BookStack users

We use it as a wiki for our customers, but they think they can login to write.

We also have a team that want to login to write new books.

Can the goal of this request already be achieved via other means?

Its just clear , for public they have not button so they can not login or register.

for our team, they still can login using DOMAIN/login

Have you searched for an existing open/closed issue?

  • I have searched for existing issues and none cover my fundamental request

How long have you been using BookStack?

1 to 5 years

Additional context

No response

Originally created by @altomarketing on GitHub (Nov 24, 2023). ### Describe the feature you'd like The feature to remove ONLY the login button, not disable the function to login ### Describe the benefits this would bring to existing BookStack users We use it as a wiki for our customers, but they think they can login to write. We also have a team that want to login to write new books. ### Can the goal of this request already be achieved via other means? Its just clear , for public they have not button so they can not login or register. for our team, they still can login using DOMAIN/login ### Have you searched for an existing open/closed issue? - [X] I have searched for existing issues and none cover my fundamental request ### How long have you been using BookStack? 1 to 5 years ### Additional context _No response_
OVERLORD added the 🔨 Feature Request label 2026-02-05 08:34:13 +03:00
Author
Owner

@altomarketing commented on GitHub (Nov 24, 2023):

I found it !!!

in custom header block, you can add this code to have

<style>
	header a[href$="/login"] {
		display: none;
	}
</style>

So it will looks like

image

@altomarketing commented on GitHub (Nov 24, 2023): I found it !!! in custom header block, you can add this code to have ```html <style> header a[href$="/login"] { display: none; } </style> ``` So it will looks like ![image](https://github.com/BookStackApp/BookStack/assets/474889/e755574d-b6c1-4d0a-af62-f26897c58dbc)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#4334