-
-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EmailConfirmed is not handled in User create or edit #1708
Labels
Milestone
Comments
I can’t see that we’ve ever set EmailConfirmed in our code, so I’m assuming you have a custom registration page for your users? |
Yes, I do have a custom registration page which includes the user confirms
his email address, all works fine.
However, when the admin edits the user with confirmed email address in the
cms manager and save, the emailconfirmed field is back to false.
I already solved this for me by retaining the emailconfirmed value on
model.Save method within Identity class.
…On Wed, Sep 8, 2021, 12:07 AM Håkan Edling ***@***.***> wrote:
I can’t see that we’ve ever set EmailConfirmed in our code, so I’m
assuming you have a custom registration page for your users?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1708 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACM2NL3YPMM5Q2WUEGTSXQTUAY2FRANCNFSM5DQNHGMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
tidyui
changed the title
When Editing a user, the EmailConfirmed value is reset to false in version 9.1
EmailConfirmed is not handled in User create or edit
Oct 7, 2021
Updated title as this has nothing to do with version |
benhajdu
added a commit
to benhajdu/piranha.core
that referenced
this issue
Dec 7, 2021
tidyui
added a commit
that referenced
this issue
Dec 13, 2021
Fixed EmailConfirmed changing to false when user edit, see #1708
Fixed in master, see PR #1779 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The user confirmed his email, however, if you edit the user in the cms manager, the emailconfirm value becomes false, the user then cannot login and asked to confirm his email again. This is
The text was updated successfully, but these errors were encountered: