Bug 17746: (QA follow-up) Make set_password.pl generate a password if required
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 20 Feb 2019 14:26:40 +0000 (11:26 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 28 Mar 2019 11:58:20 +0000 (11:58 +0000)
commit3ef48c8708736e9d5b16e462e520302c007cb4c1
tree7ab2548c9ffc94d03a2c1ce42fabf09641c84de8
parente2f6542e1ebbd15977b47c86d2a9ef55fa0c5e9b
Bug 17746: (QA follow-up) Make set_password.pl generate a password if required

This patch makes the set_password.pl script generate the password if it
is not passed as an argument.

It also changes the behaviour of set_password.pl: it will now print the
userid and password (generated or not) to mimick the behaviour from
koha-reset-passwd.

The koha-reset-passwd gets simplified as it doesn't generate the random
password anymore, it passes the responsability to set_password.pl

To test:
- Follow the steps from the original platch
- Verify all behaves as expected

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
debian/scripts/koha-reset-passwd
misc/admin/set_password.pl