aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/loginform.html
Commit message (Collapse)AuthorAgeFilesLines
* Render login page through Slim controllerArthurHoaro2020-01-261-36/+24
|
* fix blankLuce Carević2019-07-121-1/+1
|
* a11y fix: label and tabindexLuce Carević2019-07-121-9/+7
| | | | | Don't use tabindex values other than -1, 0. (see https://webaim.org/techniques/keyboard/tabindex). Fix inputs without labels (the placeholder attribute is not a proper labelling method)
* Accessibility: specify the HTML lang attributeArthurHoaro2019-02-091-1/+1
| | | | | | The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216
* Add classes to default template to avoid using IDs in SCSSArthurHoaro2018-05-101-1/+1
|
* Refactor login / ban authentication stepsVirtualTam2018-02-051-1/+1
| | | | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/324 Added: - Add the `LoginManager` class to manage logins and bans Changed: - Refactor IP ban management - Simplify logic - Avoid using globals, inject dependencies Fixed: - Use `ban_duration` instead of `ban_after` when setting a new ban Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* new setting: default value for 'remember me' checkboxWilli Eggeling2017-08-271-1/+2
| | | | | | - the default state for the login page's 'remember me' checkbox can now be configured - adapted the default and vintage theme to consider the new setting - added documentation for the new setting
* Remove inline JS and add LibreJS headers in JS filesArthurHoaro2017-03-121-10/+1
| | | | | Fixes #33 (wow!) Relates to #395
* Introduce the new default Shaarli templateArthurHoaro2017-02-271-0/+59
|
* Move default template to vintage folderArthurHoaro2017-02-271-38/+0
|
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+38