https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37901

--- Comment #2 from Pedro Amorim <[email protected]> ---
Created attachment 178356
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178356&action=edit
Bug 37901: Add ILL pseudonymization

1) Apply patches
2) Add a <bcrypt_settings> under <config> in
/etc/koha/sites/kohadev/koha.conf.xml:
  $ <bcrypt_settings>$2a$08$9lmorEKnwQloheaCLFIfje</bcrypt_settings> <!-- taken
from Pseudonymization.t -->
3) Restart plack & worker:
  $ koha-plack --restart kohadev && sudo koha-worker --restart kohadev
4) Enable ILLModule and Pseudonymization system preferences
5) Create an ILL request
6) Confirm the pseudonymized_transaction has been added:
  $ koha-mysql kohadev
  $ select * from pseudonymized_transactions;
7) Further testing with more data: Check all options from
PseudonymizationPatronFields and PseudonymizationTransactionFields and repeat
steps 5) and 6).

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to