add password reset
This commit is contained in:
@@ -20,6 +20,10 @@ Redstoner::Application.routes.draw do
|
||||
get 'edit_notifications'
|
||||
put 'update_login'
|
||||
end
|
||||
collection do
|
||||
get 'lost_password'
|
||||
post 'reset_password'
|
||||
end
|
||||
end
|
||||
|
||||
resources :forumgroups, path: '/forums/groups'
|
||||
|
||||
Reference in New Issue
Block a user