Summary: | api/v1/two_factor_auth.t generates warnings | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Passed QA --- | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | minor | ||
Priority: | P5 - low | CC: | martin.renvoize |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 25515, 40349 | ||
Attachments: |
Bug 40348: Remove warnings from api/v1/two_factor_auth.t
Bug 40348: Remove warnings from api/v1/two_factor_auth.t |
Description
Jonathan Druart
2025-07-11 12:32:34 UTC
Created attachment 183989 [details] [review] Bug 40348: Remove warnings from api/v1/two_factor_auth.t 02:28:36 koha_1 | WARNING: The key derivation method "opensslv1" is deprecated. Using -pbkdf=>'pbkdf2' would be better. 02:28:36 koha_1 | Pass -nodeprecate=>1 to inhibit this message. 02:28:36 koha_1 | at /kohadevbox/koha/Koha/Patron.pm line 3216. We should deal with that on a separate bug report. For now we can remove the warnings from the log/output. Created attachment 184026 [details] [review] Bug 40348: Remove warnings from api/v1/two_factor_auth.t 02:28:36 koha_1 | WARNING: The key derivation method "opensslv1" is deprecated. Using -pbkdf=>'pbkdf2' would be better. 02:28:36 koha_1 | Pass -nodeprecate=>1 to inhibit this message. 02:28:36 koha_1 | at /kohadevbox/koha/Koha/Patron.pm line 3216. We should deal with that on a separate bug report. For now we can remove the warnings from the log/output. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> |