requarks / wiki-v1

Legacy version (1.x) of Wiki.js
https://wiki.js.org
GNU Affero General Public License v3.0
101 stars 75 forks source link

How do I modify background images of the login page #166

Closed symsymmas closed 5 years ago

symsymmas commented 5 years ago

Actual behavior

There are background images like buildings and seats on log-in Web page.

Expected behavior

Get my own background images on this log-in Web page. Would I modify the source code? Do I need to changes images in a directory to get my own background on my log-in Web page?

Steps to reproduce the behavior

Connect to http://wiki.js.web.site/login

FiyaFly commented 5 years ago

Did some quick testing. from the root wiki folder, /wiki/assets/images. I didn't take a look at the code, but it cycles through bg_1.jpg through bg_3.jpg. Take your photos and rename them to that, and it should reflect those changes on the login.

NGPixel commented 5 years ago

The images can be found in the assets/images folder. Simply replace them with your own images.

symsymmas commented 5 years ago

Thank you.