Action Item #406
Saving a user password should display a notice before redirecting
Status: | Closed | Start date: | 08 Dec 2014 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | Javascript | |||
Target version: | PiBox - 0.10.0 | |||
Severity: | 03 - Medium |
Description
The save of an updated pw (or new user and pw) has a built in delay before returning to the front page to allow piboxd time to restart monkey. This is dead time and there needs to be a dialog telling the user something is happening.
Associated revisions
RM #406: Added dialog notice about the password being updated prior to being redirected.
History
#1
Updated by Hammel about 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
I had to clean up the userPW handling in the template, php and javascript in order to get the dialog div embedded properly in the pw form. Then I needed to fix up the dialog to not have a close button so the user wouldn't do anything while they waited.
This is all fixed now, tested on the target, committed and pushed upstream.
Closing issue.