1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00

Minor 1.3 (#6)

- Added more special characters for password
- Increased minimal password length to 6 characters
- Fixed "Do not repeat characters" option
- Now passwords always include all types of characters
This commit is contained in:
Michael Gordeev
2021-03-06 12:16:00 +03:00
committed by GitHub
parent 5dd5b8876b
commit 8a1a2bc009
3 changed files with 28 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<h2 loc="generatorOptions">Generator options</h2>
<div class="group">
<label for="length" style="margin: 5px 0px;"><b loc="length">Password length</b></label>
<input id="length" type="number" min="2"/>
<input id="length" type="number" min="6"/>
<label><span loc="hint">Reccommended password length:</span> <b>16-32</b></label>
</div>
<div class="group">