Actions
Feature #11
closedadd min_len, max_len and default_len for static password tokens
Description
min_len -> password shorter than min_len cannot be set and will be rejected before checking (for clear-text requests)
max_len -> passords longer than max_len cannot be set and will be rejected before checking (for clear-text requests)
default_len -> auto-generated passwords will be of length default_len
Actions