cmskit / extension-login
Enhanced login page for cms-kit backend
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cmskit/extension-login
Requires
- php: >=5.3.3
- cmskit/jquery-ui: dev-master
- cmskit/package-installer: 1.0.*@dev
This package is not auto-updated.
Last update: 2025-10-11 22:42:43 UTC
README
This extension creates a better login-page for backend/index.php
In addition to the default login page this page contains a field "username" and some fancy "pic of the day"-background
Files & folders
- css/
- blank.png => used as a placeholder for the captcha image
- spinner_mid.gif => not used atm
- styles.css => styles used
- js/
- jquery.backstretch.js => lib to load/create a fullscreen background image
- locales/
- xy.php => translation arrays
- tpl/
- indexTpl.xhtml => template, containing all html-code used by by the login-page
- indexTpl/
- tpl.php => compiled template
- login_src.php => array of pictures
- pic_of_the_day_editor.php => editor to add, delete pic references stored in login_src.php
- x_of_the_day.php => simple php function loaded as javascript to generate the "pic of the day"
Please note that the login-page needs jquery + jquery-ui located at "vendor/cmskit/jquery-ui". In addition the theme "smoothness" is used/required!