Bug 40348 - api/v1/two_factor_auth.t generates warnings
Summary: api/v1/two_factor_auth.t generates warnings
Status: Passed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor
Assignee: Jonathan Druart
QA Contact: Martin Renvoize (ashimema)
URL:
Keywords:
Depends on:
Blocks: 25515 40349
  Show dependency treegraph
 
Reported: 2025-07-11 12:32 UTC by Jonathan Druart
Modified: 2025-07-12 10:08 UTC (History)
1 user (show)

See Also:
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:


Attachments
Bug 40348: Remove warnings from api/v1/two_factor_auth.t (1.55 KB, patch)
2025-07-11 12:33 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 40348: Remove warnings from api/v1/two_factor_auth.t (1.62 KB, patch)
2025-07-12 10:08 UTC, Martin Renvoize (ashimema)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-07-11 12:32:34 UTC
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.
Comment 1 Jonathan Druart 2025-07-11 12:33:44 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.
Comment 2 Martin Renvoize (ashimema) 2025-07-12 10:08:20 UTC
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>