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

            Bug ID: 28911
           Summary: Bcrypt settings are required for pseudonymization but
                    are not set on upgrade
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Bug 24151 added a way to pseudonymize patron transactions.

It added a new config to koha-conf <bcrypt_settings>

This is added for new installs, but not for upgraded sites, and there are no
instructions on the syspref or elsewhere for adding

To recreate:
1 - Spin up a 20.05 (checkout 20.05.x and reset_all in kohadevbox)
2 - Upgrade to master (checkout master, updatedatabase)
3 - Enable pseudonymization 
4 - Attempt a checkout
5 - boom

you can manually add the settings by running the command below:
htpasswd -bnBC 10 "" password | tr -d ':\n' | sed 's/$2y/$2a/'

And pasting the results into <bcrypt_settings> in the config

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