https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39322
--- Comment #6 from David Nind <[email protected]> --- (In reply to Nick Clemens (kidclamp) from comment #4) > (In reply to David Nind from comment #2) > > I had a go at testing, but I'm not sure about a couple of items in the test > > plan: > > > > 1. Step 1 - .."none kept for pseudonymization": How do you do this? Or is > > this only shown for the attribute once pseudonymization is enabled (the > > "Keep for pseudonymization" field)? > > Correct, the option only shows once Pseudonymization is enabled > > > 2. Step 7: How do I tell this? The output from running the command is listed > > at the end. > > Ahm mthis depends on bug 39301, added to bug, You will see a line like: > SELECT `me`.`id`, `me`.`borrowernumber`, `me`.`code`, `me`.`attribute` FROM > `borrower_attributes` `me` WHERE ( `me`.`borrowernumber` = ? ) ORDER BY > `me`.`code`, `attribute`: '5' > > > > For statistics, I checked out a couple of items and checked them back in. Is > > this sufficient? > > Yes, it should be Thanks Nick! Updated testing notes (using KTD): 1. Generate a password in KTD from the shell: htpasswd -bnBC 10 "" password | tr -d ':\n' | sed 's/$2y/$2a/' 2. Edit /etc/koha/sites/kohadev/koha-conf.xml 3. Add an entry before the </config>: <bcrypt_settings>whateverstep1generated</bcrypt_settings> 4. Restart everything: restart_all 5. Before step 6, apply bug 39301 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
