Update Login Module.

- Updated routes relative to /account/
     - Updated emails with template support.
     - Updated cookie to support the new route.
     - Updated smarty block templates to use the new path.
This commit is contained in:
jvelilla
2015-06-09 19:44:52 -03:00
parent e188625c43
commit f652aa8a15
17 changed files with 393 additions and 107 deletions

View File

@@ -1,5 +1,8 @@
{
"email": "webmaster@example.com",
"subjet": "Thank you for regitering with us",
"subjet_register": "Thank you for regitering with us, activate account",
"subjet_activate": "New account ativation token",
"subjet_password": "Password Recovery!!!",
"subjet_oauth": "Welcome",
"smtp": "127.0.0.1"
}