Unable to change password.
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
Having exactly the same problem. I just signed up using a google account but I can't push/pull over HTTPS because of this.
- username-removed-426761 mentioned in merge request !3325 (closed)
mentioned in merge request !3325 (closed)
same problem...
If you absolutely need to update your password you can manually add the necessary html with the developer console in Chrome or Firefox:
<input type="password" name="user[password]"></input> <input type="password" name="user[password_confirmation]"></input> <input type="submit"></input>
Add that to the second form on the page (the action should be
/profile/password/
). I was able to successfully change my password this way. The html above is (more or less) what the application would render, so there shouldn't be any ill effects... I hope ;)- Phil Hughes mentioned in commit 6a5b3a5c
mentioned in commit 6a5b3a5c
- Phil Hughes mentioned in merge request !3381 (merged)
mentioned in merge request !3381 (merged)
- username-removed-128633 Added regression label
Added regression label
- username-removed-128633 Added frontend label
Added frontend label
- username-removed-128633 Milestone changed to 8.6
Milestone changed to 8.6
- username-removed-128633 mentioned in issue #14303 (closed)
mentioned in issue #14303 (closed)
- Jacob Schatz Status changed to closed by merge request !3381 (merged)
Status changed to closed by merge request !3381 (merged)
- Jacob Schatz mentioned in commit f565e126
mentioned in commit f565e126
- Jacob Schatz mentioned in commit b34edfb5
mentioned in commit b34edfb5
- Contributor
Just a heads up I'm still having problems with this even after applying !3381 (merged) and using SAML. Any ideas?One must save the changes.
Edited by username-removed-5332