allow user to reset his private token

This commit is contained in:
Nihad Abbasov 2011-11-15 17:08:20 +04:00
parent 32ca0b8cae
commit ed5e19a518
5 changed files with 33 additions and 1 deletions

View file

@ -17,6 +17,7 @@ Gitlab::Application.routes.draw do
get "errors/gitosis"
get "profile/password", :to => "profile#password"
put "profile/password", :to => "profile#password_update"
put "profile/reset_private_token", :to => "profile#reset_private_token"
put "profile/edit", :to => "profile#social_update"
get "profile", :to => "profile#show"
get "dashboard", :to => "dashboard#index"