Skip to content

Commit

Permalink
Correct label for patron auth ID restriction type. (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro authored Jan 25, 2024
1 parent cb8ec77 commit bcdad08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/authentication/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ class BasicAuthProviderLibrarySettings(AuthProviderLibrarySettings):
library_identifier_restriction_type: LibraryIdentifierRestriction = FormField(
LibraryIdentifierRestriction.NONE,
form=ConfigurationFormItem(
label="Library Identifier Restriction",
label="Library Identifier Restriction Type",
type=ConfigurationFormItemType.SELECT,
description="When multiple libraries share an ILS, a person may be able to "
"authenticate with the ILS but not be considered a patron of "
"authenticate with the ILS, but not be considered a patron of "
"<em>this</em> library. This setting contains the rule for determining "
"whether an identifier is valid for this specific library. <p/> "
"If this setting it set to 'No Restriction' then the values for "
"If this setting is set to 'No Restriction', then the values for "
"<em>Library Identifier Field</em> and <em>Library Identifier "
"Restriction</em> will not be used.",
options={
Expand Down

0 comments on commit bcdad08

Please sign in to comment.