Summary: | Make koha-passwd display the username | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Packaging | Assignee: | Mason James <mtj> |
Status: | RESOLVED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david, dcook, fridolin.somers, lucas, magnus, mtj |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.11.00,23.05.03,22.11.09,22.05.16
|
|
Circulation function: | |||
Attachments: |
Bug 28493: Make koha-passwd display the username
Bug 28493: Make koha-passwd display the username Bug 28493: Make koha-passwd display the username Bug 28493: Make koha-passwd display the username |
Description
Magnus Enger
2021-06-01 08:09:05 UTC
Created attachment 140814 [details] [review] Bug 28493: Make koha-passwd display the username to test... 1/ run command $ sudo koha-passwd dev1 Password for dev1: CraZyPa$$WoRD!! Press enter to clear the screen... ^C 2/ apply patch 3/ run command again, note 'username' section $ sudo koha-passwd dev1 Username for dev1: koha_dev1 <<<<<<<<<<<< Password for dev1: CraZyPa$$WoRD!! Press enter to clear the screen... ^C Created attachment 140816 [details] [review] Bug 28493: Make koha-passwd display the username to test... 1/ run command $ sudo koha-passwd dev1 Password for dev1: CraZyPa$$WoRD!! Press enter to clear the screen... ^C 2/ apply patch 3/ run command again, note 'username' section $ sudo koha-passwd dev1 Username for dev1: koha_dev1 <<<<<<<<<<<< Password for dev1: CraZyPa$$WoRD!! Press enter to clear the screen... ^C Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD): - dev1 = instance name (default for KTD = kohadev) - Had to shut down KTD and restart for the change to appear (flush_memcached, restart_all wasn't enough) I don't see why this was moved to ASSIGNED after having been signed off - Magnus, could you check? (In reply to Katrin Fischer from comment #5) > I don't see why this was moved to ASSIGNED after having been signed off - > Magnus, could you check? Dunno, setting it back to signed off. Created attachment 153647 [details] [review] Bug 28493: Make koha-passwd display the username to test... 1/ run command $ sudo koha-passwd dev1 Password for dev1: CraZyPa$$WoRD!! Press enter to clear the screen... ^C 2/ apply patch 3/ run command again, note 'username' section $ sudo koha-passwd dev1 Username for dev1: koha_dev1 <<<<<<<<<<<< Password for dev1: CraZyPa$$WoRD!! Press enter to clear the screen... ^C Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 23.11. Nice work everyone, thanks! Small enhancement, Pushed to 23.05.x for 23.05.03 Nice work everyone! Pushed to 22.11.x for next release Backported to 22.05.x for upcoming 22.05.16 |