updated naming of the two methods

This commit is contained in:
kkmanos 2021-12-22 10:46:04 +02:00
parent e6f0f843de
commit 84fb6b10bd

View file

@ -77,12 +77,12 @@
<legend>Password Policy </br>(database authentication)</legend>
<div class='form-check'>
<input type="radio" class='form-check-input' id="char-based-policy" name="pass-policy-sel" value="char-based-policy" {% if SETTING.get('zxcvbn_enabled')== false %}checked{% endif %}>
<label for="char-based-policy">Character-specific password policy</label><br>
<label for="char-based-policy">Conventional password strength checks</label><br>
</div>
<div class="form-check">
<input type="radio" class='form-check-input' id="heuristic-policy" name="pass-policy-sel" value="heuristic-policy" {% if SETTING.get('zxcvbn_enabled')== true %}checked{% endif %}>
<label for="heuristic-policy">zxcvbn heuristic password</label><br>
<label for="heuristic-policy">Heuristic password strength checks (zxcvbn)</label><br>
</div>
<div class="form-group">
<label for="min_len">Minimum length</label>
@ -128,7 +128,7 @@
<div class="col-md-8">
<legend>Help</legend>
<dl class="dl-horizontal">
<dt>Character-specific Password Policy</dt>
<dt>Conventional password <br> strength checks</dt>
<dd>Define the password policy - character composition of the users' password
<ul>
<li>
@ -147,7 +147,7 @@
</li>
</ul>
</dd>
<dt>(zxcvbn) Heuristic password policy</dt>
<dt>Heuristic password <br> strength checks (zxcvbn)</dt>
<dd>Define the password complexity log factor
<ul>
<li>