Recuperacao de senha
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Geral
|
||||
App.language = "pt-br"
|
||||
App.title = "Wiki UFC"
|
||||
App.webmaster_email = "webmaster@wikiufc.gelsol.org"
|
||||
|
||||
App.default_host = "wikiufc.gelsol.org"
|
||||
App.base_path = ""
|
||||
|
||||
# Limites
|
||||
|
||||
@@ -71,6 +71,8 @@ ActionController::Routing::Routes.draw do |map|
|
||||
user.logout 'logout', :action => 'logout'
|
||||
user.signup 'signup', :action => 'signup'
|
||||
user.settings 'settings', :action => 'settings'
|
||||
user.recover_password 'recover_password', :action => 'recover_password'
|
||||
user.recover_password_with_key 'recover_password/:key', :action => 'recover_password'
|
||||
end
|
||||
|
||||
# Pagina pessoal
|
||||
|
||||
Reference in New Issue
Block a user