Reset Password Page

Set page type of content to user so we can display the current user’s email while resetting their password.

1 Like

Add a group type User?

I just use “Current User’s Email” in the input field as the initial content.

Doesn’t work.

Any updates on this matter?

You could create your own token and create a url path like . [YOURURL]?reset=[token]&email=[users_email] and send the email yourself.

Then when the user lands on the reset pass page you get the email from the path.

2 Likes

Thanks, this seems to be a good solution.

1 Like