Edit Profile Cancel Button action #8411
Unanswered
jsalgado10
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Place a Note that by changing this view you will also effect a user editing someone elses profile, hence it works they way it does. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the latest dev build 1.0.0-rc2-15787 and I created a viewer role that all they can do is view content, Access admin panel and Manage own user information. The only reason why the user has access to admin is so they can update their own profile. This is working, but when the user hits cancel they get a 403 error. It looks like the cancel button is redirecting to the Index action on the Admin controller.
is there anyway to overwrite the UserSaveButtons.Edit.cshtml view?
I think the cancel button should redirect back the home page of the admin dashboard
Beta Was this translation helpful? Give feedback.
All reactions