Problem/Motivation
After installing the module, users cannot reset their passwords - they instead get an error after using the rest password link from their email:
Either path /user/******* is invalid or you do not have access to it.
Drupal: 10.6.2
Module: 8.x-1.4

| Comment | File | Size | Author |
|---|---|---|---|
| reset_path.png | 183.73 KB | goose2000 |
Issue fork simple_pass_reset-3579359
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
goose2000 commentedComment #4
astonvictor commentedComment #5
astonvictor commentedtested with both drupal 10 + module 1.4 and drupal 11 + module 2.0 and was not able to reproduce the issue.
I can only see a similar validation error on the /admin/config/people/accounts/simple_pass_reset page for validating the input. But the config is not loaded on the form display (only on form submit).
I guess you have other contrib/custom alters for the user form that are broken because the current module hides other account fields.
Comment #6
astonvictor commented