http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13143
Mason James <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32685|0 |1 is obsolete| | --- Comment #3 from Mason James <[email protected]> --- Created attachment 32686 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32686&action=edit Bug 13143 - Add a tool to show a Koha's password to test... 1/ run without any args, and get some help # koha-passwd Displays a Koha instance's password. Usage: /usr/sbin/koha-passwd instancename1 instancename2... Missing instance name... 2/ run with a bad instance, get an error # koha-passwd xxxxx Unknown instance xxxxx 3/ run with a correct instance, get a password # koha-passwd koha1 foofoo69 4/ run with many instances, get many passwords # koha-passwd koha1 koha2 koha3 foofoo69 foofoo68 foofoo67 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
