Bug 33859 - Use the phrase 'Identity providers' instead of 'Authentication providers'
Summary: Use the phrase 'Identity providers' instead of 'Authentication providers'
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords: Academy
Depends on: 31378
Blocks:
  Show dependency treegraph
 
Reported: 2023-05-29 19:23 UTC by Katrin Fischer
Modified: 2023-09-29 12:00 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.11.00,23.05.01,22.11.07


Attachments
Bug 33859: Use the phrase 'Identity providers' instead of 'Authentication providers' (20.28 KB, patch)
2023-05-31 12:51 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 33859: Use the phrase 'Identity providers' instead of 'Authentication providers' (20.32 KB, patch)
2023-05-31 15:24 UTC, Sam Lau
Details | Diff | Splinter Review
Bug 33859: Use the phrase 'Identity providers' instead of 'Authentication providers' (20.37 KB, patch)
2023-06-02 01:32 UTC, David Cook
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2023-05-29 19:23:48 UTC
This is probably due to a rename during development. The admin sidebar link should match the admin start page and page heading.
Comment 1 Owen Leonard 2023-05-30 10:45:53 UTC
Renaming the bug because there are many more instances of the phrase "authentication provider" which should be corrected.
Comment 2 Katrin Fischer 2023-05-30 10:47:25 UTC
Thx, Owen :)
Comment 3 Owen Leonard 2023-05-31 12:51:54 UTC Comment hidden (obsolete)
Comment 4 Sam Lau 2023-05-31 15:24:23 UTC
Created attachment 151886 [details] [review]
Bug 33859: Use the phrase 'Identity providers' instead of 'Authentication providers'

This patch updates instances in the code and templates where the term
"Authentication providers" is used, replacing it with the preferred
"Identity provider."

Most of the instances of this change are in module or API documentation,
but you can see a couple of the changes in the interface:

- Administration -> Identity providers:
  - The sidebar menu should show "Identity providers" instead of
    "Authentication providers."
- Patrons -> Patron details -> More -> Set permissions
  - Under " Manage Koha system settings (Administration panel)" you
    should see "Manage identity providers (manage_identity_providers)"

Signed-off-by: Sam Lau <samalau@gmail.com>
Comment 5 David Cook 2023-06-02 01:32:38 UTC
Created attachment 151957 [details] [review]
Bug 33859: Use the phrase 'Identity providers' instead of 'Authentication providers'

This patch updates instances in the code and templates where the term
"Authentication providers" is used, replacing it with the preferred
"Identity provider."

Most of the instances of this change are in module or API documentation,
but you can see a couple of the changes in the interface:

- Administration -> Identity providers:
  - The sidebar menu should show "Identity providers" instead of
    "Authentication providers."
- Patrons -> Patron details -> More -> Set permissions
  - Under " Manage Koha system settings (Administration panel)" you
    should see "Manage identity providers (manage_identity_providers)"

Signed-off-by: Sam Lau <samalau@gmail.com>
Signed-off-by: David Cook <dcook@prosentient.com.au>
Comment 6 Tomás Cohen Arazi 2023-06-05 17:37:19 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 7 Tomás Cohen Arazi 2023-06-09 14:08:13 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 8 Matt Blenkinsop 2023-06-12 10:15:19 UTC
Nice work everyone!

Pushed to oldstable for 22.11.x
Comment 9 Owen Leonard 2023-09-29 12:00:34 UTC
Depends on Bug 31378 - Add a generic OAuth2/OIDC client implementation, not in 22.05.x