Skip to content

Commit

Permalink
Sane defaults to address: Deleted users keep the roles they had
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jun 12, 2024
1 parent 2ef2838 commit 9bbbab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plone/base/interfaces/controlpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ class ISecuritySchema(Interface):
"saving this form will fail. You can use the "
"@@migrate-to-emaillogin page to show the duplicates."
),
default=False,
default=True,
required=False,
)

Expand All @@ -1132,7 +1132,7 @@ class ISecuritySchema(Interface):
"login name, or when using the email address as login name we "
"generate a user id based on the fullname."
),
default=False,
default=True,
required=False,
)

Expand Down

0 comments on commit 9bbbab0

Please sign in to comment.