Patch #5447
User status can not be changed with javascript disabled
Status: | New | Start date: | 2010-05-05 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Accounts / authentication | |||
Target version: | - |
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.