https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41238
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the progress release notes| |shown for pseudonymize | |statistics background jobs. | |The progress was shown in | |the list of jobs | |(Administration > Jobs > | |Manage jobs) as "0/1" | |instead of "1/1", even | |though the background job | |was finished. CC| |[email protected] --- Comment #3 from David Nind <[email protected]> --- Testing notes (using KTD): 1. Generate a password: htpasswd -bnBC 10 "" password | tr -d ':\n' | sed 's/$2y/$2a/' 2. Edit the koha-conf.xml file: sudo vi /etc/koha/sites/kohadev/koha-conf.xml 3. Add brypt_settings to the file near the end (before the closing </config> at the end of the file: <bcrypt_settings></bcrypt_settings> 4. Add the value generated in step 1 to the setting. 5. Restart everything: restart_all -- 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/
