- 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.
9 lines
257 B
JSON
9 lines
257 B
JSON
{
|
|
"email": "webmaster@example.com",
|
|
"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"
|
|
}
|