]> source.dussan.org Git - redmine.git/commit
Enable ability for administrators to delete users (#7296).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Jan 2011 15:23:11 +0000 (15:23 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Jan 2011 15:23:11 +0000 (15:23 +0000)
commite9f62d1209bfa81df33bcb390eb67ba4cab90c0a
tree40dff8ceb02a30dce788799904d4a8c145d0d6e2
parent0e3017dc62c672a291cda6053aaba6bda39b2de4
Enable ability for administrators to delete users (#7296).

User's personal data (eg. preferences, tokens, private queries...) are deleted, public data (eg. issues, wiki edits, attachments...) are reassigned to the anonymous user.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4729 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/users_controller.rb
app/views/users/edit.rhtml
app/views/users/index.rhtml
config/routes.rb
test/functional/users_controller_test.rb
test/integration/api_test/users_test.rb
test/integration/routing_test.rb