|
|
@@ -44,11 +44,11 @@
|
|
|
<label for="settingForm[security:registrationMode]" class="col-xs-3 control-label">{{ t('Basic authentication') }}</label>
|
|
|
<div class="col-xs-3">
|
|
|
<label for="">ID</label>
|
|
|
- <input class="form-control" type="text" name="settingForm[security:basicName]" value="{{ settingForm['security:basicName']|default('') }}" {% if not isAclEnabled %}readonly{% endif%}>
|
|
|
+ <input class="form-control" type="text" name="settingForm[security:basicName]" value="{{ settingForm['security:basicName']|default('') }}" autocomplete="nope" {% if not isAclEnabled %}readonly{% endif%}>
|
|
|
</div>
|
|
|
<div class="col-xs-3">
|
|
|
<label for="">{{ t('Password') }}</label>
|
|
|
- <input class="form-control" type="text" name="settingForm[security:basicSecret]" value="{{ settingForm['security:basicSecret']|default('') }}" {% if not isAclEnabled %}readonly{% endif%}>
|
|
|
+ <input class="form-control" type="text" name="settingForm[security:basicSecret]" value="{{ settingForm['security:basicSecret']|default('') }}" autocomplete="nope" {% if not isAclEnabled %}readonly{% endif%}>
|
|
|
</div>
|
|
|
<div class="col-xs-offset-3 col-xs-9">
|
|
|
<p class="help-block small">
|