I have this url when the user login with temporary password.
user.html?change=yes#passwordwrap
So user can immediately change the password. After saving the new password, it should remove the existing parameter in the url. Should be:
user.html
Is there a possible way to do it? Without using history because the page is first time to load and no history list. A simple approach?