Custom ResetPasswordController not working function redirectPath() #4786
Unanswered
adrianzofcin
asked this question in
Ideas & Feature Requests
Replies: 2 comments
-
|
You can add custom routes for password resets, authentication, and some more by following this example. Edit: Re-reread the last part of your message, and realised it probably won't solve your issue directly, if the controller is already executed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes, it is currently ignored at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I tried to override base nova function in ResetPasswordController.
This is base Nova function
And I overwrote function to this
I registered my controllers to override base nova controllers
My controllers also extend base nova controllers from vendor
class ResetPasswordController extends \Laravel\Nova\Http\Controllers\ResetPasswordControllerProblem isn't that it wouldn't register my controllers but function redirectPath() in ResetPasswordController was completely ignored.
I tried this because it supposedly worked in nova 3
Link to the issue: #2098
issued-files.zip
Beta Was this translation helpful? Give feedback.
All reactions