BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
15.29k stars 1.91k forks source link

Feature request : Custom login page #608

Closed Dav31 closed 1 year ago

Dav31 commented 6 years ago

For Feature Requests

Desired Feature: Hello, I ask you if it would be possible to make the login page customisable on Bookstack settings without touching to the code. Nothing very big, but just allowing us to add a welcome sentence or login indication.

Thank you for your work ! This is very appreciable.

ssddanbrown commented 6 years ago

Hello again @Dav31,

Thanks for the suggestion. I've got some ideas for general customisation which I think this will come under. My idea will involve touching code but would be fairly safe & upgrade compatible.

How often would you imagine needing to change the text? Just once or every so often?

Dav31 commented 6 years ago

Thank you for your quick answer !

Well, ideally, this modification would only be done once. I could do it on the code but I'm afraid that it won't last any update. Am I wrong ?

ssddanbrown commented 6 years ago

@Dav31 No, you're not wrong. Currently you'd have to apply the change after each update or use git tactically to merge in you're change each time.

aljawaid commented 6 years ago

What about a random background image from unsplash.com.... or motivational quotes (if used for staff business purposes like I do)

ssddanbrown commented 2 years ago

Assigning to the next release with the intent of adding a specific new partial template to have a specific view to override via the visual theme system.

ssddanbrown commented 1 year ago

I have now merged #3848 for next release, which would allow setting custom content between the inputs and title of the login view, by overriding this view via the visual theme system. Will therefore close this off.