After entering the credentials for the 'admin' user into Umbraco's login screen, I'm redirected to '/umbraco/changePassword.aspx' which then displays the default ASP.NET 404 page.
I suppose this is a two-part question:
Why is Umbraco redirecting to '/umbraco/changePassword.aspx' after the correct credentials have been entered?
Why is the page 404-ing when the ChangePassword.ascx file is located in its default location 'umbraco/dashboard'?
Sometimes when Umbraco logs out it remembers the url from which it logged out. This could be the change password url. So instead of redirecting to the backoffice it redirects to that page. By clearing the url in the login screen you don't have this problem.
ChangePassword.ascx is a usercontrol and not a page so it will show a 404 because there is no page to display.
By clearing the url in the login screen, do you mean deleting the URL in the address bar of the browser and then submitting the login form? If so, I've tried that, and I'm still seeing the same result.
Is there anywhere in the Umbraco files that these kind of redirect configurations would be kept?
Also, thank you for clarification on why the ChangePassword.ascx is 404-ing.
Umbraco changePassword.aspx 404 error after login
After entering the credentials for the 'admin' user into Umbraco's login screen, I'm redirected to '/umbraco/changePassword.aspx' which then displays the default ASP.NET 404 page.
I suppose this is a two-part question:
Why is Umbraco redirecting to '/umbraco/changePassword.aspx' after the correct credentials have been entered?
Why is the page 404-ing when the ChangePassword.ascx file is located in its default location 'umbraco/dashboard'?
I'm using Umbraco 4.7.0
Hello,
Sometimes when Umbraco logs out it remembers the url from which it logged out. This could be the change password url. So instead of redirecting to the backoffice it redirects to that page. By clearing the url in the login screen you don't have this problem.
ChangePassword.ascx is a usercontrol and not a page so it will show a 404 because there is no page to display.
Jeroen
Hi Jeroen,
By clearing the url in the login screen, do you mean deleting the URL in the address bar of the browser and then submitting the login form? If so, I've tried that, and I'm still seeing the same result.
Is there anywhere in the Umbraco files that these kind of redirect configurations would be kept?
Also, thank you for clarification on why the ChangePassword.ascx is 404-ing.
Thanks,
Robert
is working on a reply...