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 3782bd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions news/67.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Change security defaults to use UUID based login IDs and email-based login-names.
See https://github.com/plone/Products.CMFPlone/issues/3937 for details.
[jensens]
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 3782bd7

Please sign in to comment.