Looking for a little more splash on your Bolt login screen? This extension allows you to display an image background from Unsplash, your local repository, or any public URL. You can even use a CSS file to tweak the login page just how you want it.
- Install extension.
- Visit
/bolt/login. You should see an Unsplash background image.
By default, LoginThemer uses a single static background image from Unsplash:
image_url: https://source.unsplash.com/6ArTTluciuA/1600x900
You could use Unsplash to show a random nature image:
image_url: https://source.unsplash.com/featured/1600x900/?nature
Or a random image from a premade collection:
https://source.unsplash.com/collection/574191/1600x900
See source.unsplash.com for more Unsplash API tips.
Finally, you may wish to just use your own background image from your Bolt theme:
image_url: /public/theme/myTheme/assets/images/login-background.jpg
LoginThemer lets you use a custom CSS stylesheet for the login page:
css_url: /theme/myTheme/css/login-theme.css
- Add a settings page with an image uploader and CSS file.
- ADD
phpunittests?
- v0.1.0 - Bundle only, very simple login wallpaper via Unsplash.
- v0.2.0 - Switched to Bolt Extension, use image URL or CSS url instead of Unsplash.
The Unsplash Source API, used for the default background image.
