Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Reset password problem #688

Copy link
Copy link

Description

@imaksoud2025
Issue body actions

Hey,

we have problems when we want to reset the password using the email reset password request:

in this code UserEntity.Current is null when request.code is not empty:

Error: Value cannot be null. (Parameter 'lite')

**if (string.IsNullOrEmpty(request.newPassword))
return ModelError("newPassword", LoginAuthMessage.PasswordMustHaveAValue.NiceToString());

var error = UserEntity.OnValidatePassword(request.newPassword, UserEntity.Current.Retrieve());
if (error != null)
return ModelError("newPassword", error);

var rpr = ResetPasswordRequestLogic.ResetPasswordRequestExecute(request.code, request.newPassword);**

Is it a general problem or only for us?

Regards

Imad

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.