From the main page, following the "Change password" link results in an AJAX popup which has a large AJAX style "Cancel" button and a small older form style "Go" button. The Go should match the Cancel, as is seen in the "Add new user" dialog.
Instead I would argue that the edit privileges form also looks wrong and should be fixed along with the change password form :-)
Given, however, the number of forms on the edit privileges popup, I'm not sure what way I'd recommend fixing it. Probably just removing the Cancel button entirely -- everyone should be able to figure out that the upper-right "X" closes the window. It isn't really for the forms themselves; it's to close the popup window, and I'd say it's the wrong use of that type of button. In fact, I don't see a point to having the Cancel button here at all.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
But this behaviour is consistent with other forms, like the edit privileges form, for example.
So this is should probably best left alone.
Rouslan
Instead I would argue that the edit privileges form also looks wrong and should be fixed along with the change password form :-)
Given, however, the number of forms on the edit privileges popup, I'm not sure what way I'd recommend fixing it. Probably just removing the Cancel button entirely -- everyone should be able to figure out that the upper-right "X" closes the window. It isn't really for the forms themselves; it's to close the popup window, and I'd say it's the wrong use of that type of button. In fact, I don't see a point to having the Cancel button here at all.
The requested feature is implemented and attached the patch in to the patch tracker. (ID: 3502814)
This requested feature was implemented in the repository and will be part of a future release; thanks for suggesting.