]> git.koha-community.org Git - koha.git/commit
Bug 9885 Passwords generated by command line scripts are weak
authorPeter Crellan Kelly <peter@catalyst.net.nz>
Thu, 21 Mar 2013 09:53:09 +0000 (22:53 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 31 Mar 2013 06:01:13 +0000 (19:01 +1300)
commitaf98f3f930ebc92221077051d6f21ea5b039a074
tree9245e58a34a41f49e45a111acc17fcd59b727831
parent52929ad7d573e642c56465984025b4a895b251a1
Bug 9885 Passwords generated by command line scripts are weak

This changes the scripts so that:
- in koha-create, the zebra password and mysql passwords are set to 16 character "secure" passwords, ie generated with pwgen -s 16 1
- the patron password is set to a 12 character "memorable" password.

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Looks good. I did not actually build, install and test new packages,
but i did test pwgen with the new arguments and the changes make
sense.

Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
QA signoff
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
debian/scripts/koha-create
debian/scripts/koha-reset-passwd