diff --git a/app/controllers/maintenance/user/deletions_controller.rb b/app/controllers/maintenance/user/deletions_controller.rb new file mode 100644 index 000000000..664062b88 --- /dev/null +++ b/app/controllers/maintenance/user/deletions_controller.rb @@ -0,0 +1,11 @@ +module Maintenance + module User + class DeletionsController < ApplicationController + def show + end + + def destroy + end + end + end +end diff --git a/app/views/maintenance/user/deletions/show.html.erb b/app/views/maintenance/user/deletions/show.html.erb new file mode 100644 index 000000000..916a622d3 --- /dev/null +++ b/app/views/maintenance/user/deletions/show.html.erb @@ -0,0 +1,12 @@ +
You can delete your account. This will not actually remove your account from the database, but it will do the following things:
+ +You must enter your password to delete your account.
+ diff --git a/app/views/users/_secondary_links.html.erb b/app/views/users/_secondary_links.html.erb index 74e5eff01..8938d0c18 100644 --- a/app/views/users/_secondary_links.html.erb +++ b/app/views/users/_secondary_links.html.erb @@ -34,6 +34,8 @@ <% end %> <% end %> +