mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-04-22 08:08:01 +03:00
Minor 1.2 (#5)
- Added option "Do not repeat characters" - Updated GitHub release template - Updated CI config
This commit is contained in:
+6
-1
@@ -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" />
|
||||
<input id="length" type="number" min="2"/>
|
||||
<label><span loc="hint">Reccommended password length:</span> <b>16-32</b></label>
|
||||
</div>
|
||||
<div class="group">
|
||||
@@ -54,6 +54,11 @@
|
||||
<span class="mark"></span>
|
||||
<span><span loc="excludeSpecial">Exclude ambiguous characters (e.g.</span> { } [ ] ( ) / \ ' " ` ~ , ; : . < >)</span>
|
||||
</label>
|
||||
<label class="checkbox control">
|
||||
<input id="dontRepeatChars" type="checkbox" />
|
||||
<span class="mark"></span>
|
||||
<span><span loc="dontRepeatChars">Do not repeat characters</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<h2 loc="extOptions">Extension options</h2>
|
||||
|
||||
Reference in New Issue
Block a user