From 3e738e3b9aeae5620116109258c4d4da84180e7e Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 1 Jul 2015 22:26:14 -0700 Subject: Add support for unlocking users in admin settings Closes https://github.com/gitlabhq/gitlabhq/issues/9381 --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 33f55dde476..f904c975733 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -158,6 +158,7 @@ Gitlab::Application.routes.draw do put :team_update put :block put :unblock + put :unlock delete 'remove/:email_id', action: 'remove_email', as: 'remove_email' end end -- cgit v1.2.3