Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Cancel Password Reset deletes User Account #697

Open
stevengopmo opened this issue Dec 29, 2016 · 0 comments
Open

Cancel Password Reset deletes User Account #697

stevengopmo opened this issue Dec 29, 2016 · 0 comments

Comments

@stevengopmo
Copy link

Using version 8.4, I have the following scenario.

Create new user
User gets email, clicks verify
user logs in, does work
admin sends reset password
user accidentally clicks cancel request
user account deleted

I have the configuration set to not allow deletion

            var settings = SecuritySettings.Instance;
            settings.MultiTenant = false;
            settings.AllowLoginAfterAccountCreation = true;
            settings.RequireAccountVerification = false;
            settings.AllowAccountDeletion = false;
            settings.EmailIsUsername = true;

to send the reset password link I'm calling
_userAccountService.ResetPassword(user.ID);

besides removing the cancel link by providing my own content, is there something that I'm doing wrong here?

btw, I'm sorry to hear you are dropping the project my understanding is MS's project is a *&^%$ to customize.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant