]> source.dussan.org Git - redmine.git/commit
Adds the ability for users to delete their own account (#10664). Can be disabled...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Apr 2012 14:31:54 +0000 (14:31 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Apr 2012 14:31:54 +0000 (14:31 +0000)
commit28f0c4f131b02ab67bd9c254f9853168ec6a5b65
treefeedcef78913a173d5f8776c3f13e0f8990c317b
parent638583012ae165e5cb197fb3b4d7a0fe54318217
Adds the ability for users to delete their own account (#10664). Can be disabled in application settings.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9417 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/account_controller.rb
app/controllers/application_controller.rb
app/controllers/my_controller.rb
app/models/user.rb
app/views/my/_sidebar.html.erb
app/views/my/destroy.html.erb [new file with mode: 0644]
app/views/settings/_authentication.html.erb
config/locales/en.yml
config/locales/fr.yml
config/routes.rb
config/settings.yml
test/functional/my_controller_test.rb
test/integration/routing/my_test.rb
test/unit/user_test.rb