summaryrefslogtreecommitdiff
path: root/templates/menu.mako (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implemented redirectingRené 'Necoro' Neumann2010-04-071-2/+3
* Finish index pageRené 'Necoro' Neumann2010-04-071-1/+3
* Remove YAPRené 'Necoro' Neumann2010-04-061-2/+1
* Add yet another pageRené 'Necoro' Neumann2010-03-161-1/+2
* Reworked menu systemRené 'Necoro' Neumann2009-11-251-0/+7
olspan='5' class='logmsg'> 2016-02-05generate: have a default length of 25Jason A. Donenfeld2-6/+12 Folks are lazy and don't want to type very much, so they'd like to have a default password length to generate that can be configured via environment variables per usual. I'm making the default 25. If the user forbids the use of symbols, pwgen will use a-zA-Z0-9, ensuring that at least one A-Z and at least one 0-9 is used. We want to have a password of at least 128-bits, so factoring in the issue with "at least one of this character type", 25 gets us there squarely. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>