Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<InputSwitch
bind:value={authPersonalDataCheck}
id="personalDataCheck"
label="Disallow Personal Data" />
label="Disallow personal data" />
</FormList>
<p class="text">
Do not allow passwords that contain any part of the user's personal data. This
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</script>

<CardGrid>
<Heading tag="h2" size="7" id="session-length">Session Length</Heading>
<Heading tag="h2" size="7" id="session-length">Session length</Heading>

<p>
If you reduce the limit, users who are currently logged in will be logged out of the
Expand Down