diff --git a/_example/conf/lmConf-1.json b/_example/conf/lmConf-1.json index 879912432..630487ce3 100644 --- a/_example/conf/lmConf-1.json +++ b/_example/conf/lmConf-1.json @@ -85,9 +85,9 @@ }, "authentication" : "Demo", "cfgAuthor" : "The LemonLDAP::NG team", - "cfgNum" : 1, "cfgDate" : "1627287638", - "cfgVersion" : "2.0.12", + "cfgNum" : 1, + "cfgVersion" : "2.0.13", "cookieName" : "lemonldap", "demoExportedVars" : { "cn" : "cn", diff --git a/lemonldap-ng-portal/site/templates/bootstrap/captcha.tpl b/lemonldap-ng-portal/site/templates/bootstrap/captcha.tpl index 408aef804..ab58ea8bf 100644 --- a/lemonldap-ng-portal/site/templates/bootstrap/captcha.tpl +++ b/lemonldap-ng-portal/site/templates/bootstrap/captcha.tpl @@ -5,7 +5,7 @@
- common/icons/arrow_refresh.png" alt="Renew Captcha" title="Renew Captcha" class="img-thumbnail mb-3" /> + common/icons/arrow_refresh.png" alt="Renew Captcha" title="Renew Captcha" autocomplete="one-time-code" class="img-thumbnail mb-3" />
diff --git a/lemonldap-ng-portal/site/templates/bootstrap/certificateReset.tpl b/lemonldap-ng-portal/site/templates/bootstrap/certificateReset.tpl index f44ac7705..0f7295ba8 100644 --- a/lemonldap-ng-portal/site/templates/bootstrap/certificateReset.tpl +++ b/lemonldap-ng-portal/site/templates/bootstrap/certificateReset.tpl @@ -25,7 +25,7 @@
- " class="form-control" trplaceholder="mail" required /> + " class="form-control" autocomplete="email" trplaceholder="mail" required />
diff --git a/lemonldap-ng-portal/site/templates/bootstrap/checkdevops.tpl b/lemonldap-ng-portal/site/templates/bootstrap/checkdevops.tpl index e8a60724e..09f4934f0 100644 --- a/lemonldap-ng-portal/site/templates/bootstrap/checkdevops.tpl +++ b/lemonldap-ng-portal/site/templates/bootstrap/checkdevops.tpl @@ -33,7 +33,7 @@ " /> - " trplaceholder="URL / DNS" aria-required="true"/> + " autocomplete="url" trplaceholder="URL / DNS" aria-required="true"/>
diff --git a/lemonldap-ng-portal/site/templates/bootstrap/checkuser.tpl b/lemonldap-ng-portal/site/templates/bootstrap/checkuser.tpl index 2b854ae7d..2f181aed8 100644 --- a/lemonldap-ng-portal/site/templates/bootstrap/checkuser.tpl +++ b/lemonldap-ng-portal/site/templates/bootstrap/checkuser.tpl @@ -17,7 +17,7 @@
- " trplaceholder="URL / DNS" aria-required="true"/> + " autocomplete="url" trplaceholder="URL / DNS" aria-required="true"/>