Actions
Patch #5447
openUser status can not be changed with javascript disabled
Status:
New
Priority:
Normal
Assignee:
-
Category:
Accounts / authentication
Target version:
-
Start date:
2010-05-05
Due date:
% Done:
0%
Estimated time:
Description
If an admin-user has javascript disabled, she can not update the status of a user.
The generated links (by change_status_link
) require some javascript to turn the request into a POST. /users/:id/edit
does not allow changing the state with a GET, which leaves the admin-user without further options.
The attached patch adds a status select box to the user edit form. This however does still not resolve the non-functioning of the change_status_link, but at least provides a workaround.
Files
No data to display
Actions