Task #8401 (closed)
BUG: Change password form
| Reported by: | atarkowska | Owned by: | wmoore |
|---|---|---|---|
| Priority: | blocker | Milestone: | OMERO-4.4 |
| Component: | WebAdmin | Version: | n.a. |
| Keywords: | n.a. | Cc: | web-team@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-04-10 (12) |
Description
With the new layout changing password doesn't work as expected in the following circumstances.
- submitting empty form should return error message
- saving password and popping up change password again should give clean form
- password must be at least 3 characters (we could make the number configurable in settings) as we do not allow empty password.
Change History (4)
comment:1 Changed 7 years ago by saloynton
comment:2 Changed 7 years ago by wmoore
- Status changed from new to accepted
comment:3 Changed 7 years ago by wmoore
- Resolution set to fixed
- Status changed from accepted to closed
All fixed with commit https://github.com/Domgaudioso/openmicroscopy/commit/e15377fd58b69e46c01ee884710e4852e68513ea on Dom's dom_ui branch.
Closing...
comment:4 Changed 7 years ago by Will Moore <will@…>
- Remaining Time set to 0
(In [65761bd8ba6bbc2c5db302b335a3629ad80a431e/ome.git] on branch develop) Fixed Change-Password form etc. Closes #8401
We use javascript to check for empty fields, passwords match etc.
If form is not valid, return errors
A question does this include checking that the new password is not equal to the old password?
See #7130 RFE: password changes