diff options
author | Alexis Reigel <mail@koffeinfrei.org> | 2017-05-23 17:02:05 +0200 |
---|---|---|
committer | Alexis Reigel <mail@koffeinfrei.org> | 2017-05-24 22:29:59 +0200 |
commit | 6dc2ade49ccc45c29c3fe05d6ccc4811fd198aea (patch) | |
tree | 0e7d46e22e4422065ba555b35c4fdd6f0ae96d1c /config | |
parent | 30141169eca70e099c77da066cb51731bfa54ff6 (diff) | |
download | gitlab-ce-6dc2ade49ccc45c29c3fe05d6ccc4811fd198aea.tar.gz |
user can reset his rss token on the account page
Diffstat (limited to 'config')
-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 07c341999ea..3dc890e5785 100644 --- a/config/routes/profile.rb +++ b/config/routes/profile.rb @@ -5,6 +5,7 @@ resource :profile, only: [:show, :update] do put :reset_private_token put :reset_incoming_email_token + put :reset_rss_token put :update_username end |