cbecd9caec
FIXED: * XML, YAML marshaling/unmarshaling of pwgenerator.CharSet.
15 lines
328 B
XML
15 lines
328 B
XML
<GenOpts doAlpha="true"
|
|
doNumeric="true"
|
|
doSymbols="true"
|
|
doExtendedSymbols="false"
|
|
numUppers="0"
|
|
numLowers="0"
|
|
numNumeric="0"
|
|
numSymbols="0"
|
|
numXSymbols="0"
|
|
disabledChars="abc😊"
|
|
minLen="0"
|
|
maxLen="0"
|
|
genCount="0"
|
|
/>
|