Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSquires committed Jun 15, 2024
1 parent 794ca8e commit 2f8444f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synapse/tests/test_lib_hiveauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,9 @@ async def test_hive_auth_password_policy(self):
)

policy = {
# The complexity requirements here allow for empty passwords or
# passwords that are ASCII only (no unicode) minus comma
# and period from the special character set.
'complexity': {
'length': 0,
'upper:count': 2,
Expand Down

0 comments on commit 2f8444f

Please sign in to comment.