API path to support forgotten passwords?
I might be missing something but there seems to be a missing controller action for API calls to password resets:
```
web | Started POST "/api/v1/password.json" for ::1 at 2022-08-02 16:43:36 -0500
web |
web | AbstractController::ActionNotFound (The action 'create' could not be found for Api::V1::PasswordsController):
```
Does `/api/v1/password.json` require any specific configuration?
```
web | Started POST "/api/v1/password.json" for ::1 at 2022-08-02 16:43:36 -0500
web |
web | AbstractController::ActionNotFound (The action 'create' could not be found for Api::V1::PasswordsController):
```
Does `/api/v1/password.json` require any specific configuration?
Notifications
You’re not receiving notifications from this thread.