diff options
author | Douwe Maan <douwe@selenight.nl> | 2016-08-19 18:33:46 -0500 |
---|---|---|
committer | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-11-07 15:55:42 +0000 |
commit | 9d51421346178c9189ffb47189f51d573ab42822 (patch) | |
tree | 4990e9766af58e9dfc687f5451c6efe36fdbebcd /config/routes | |
parent | 09f4af04c6672f7e2d1584f9940a3d9ff53a4a4f (diff) | |
download | gitlab-ce-9d51421346178c9189ffb47189f51d573ab42822.tar.gz |
Use separate email-friendly token for incoming email and let incoming
email token be reset
Diffstat (limited to 'config/routes')
-rw-r--r-- | config/routes/profile.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/profile.rb b/config/routes/profile.rb index 4cb68c9b34a..52b9a565db8 100644 --- a/config/routes/profile.rb +++ b/config/routes/profile.rb @@ -4,6 +4,7 @@ resource :profile, only: [:show, :update] do get :applications, to: 'oauth/applications#index' put :reset_private_token + put :reset_incoming_email_token put :update_username end |