More Standardisation work.
This commit is contained in:
@@ -57,7 +57,7 @@ class Controller_Login extends lnApp_Controller_Login {
|
||||
'SITE_NAME'=>Company::instance()->name(),
|
||||
'TOKEN'=>$mmto->token,
|
||||
'TOKEN_EXPIRE_MIN'=>$token_expire,
|
||||
'USER_NAME'=>sprintf('%s %s',$mmto->account->first_name,$mmto->account->last_name),
|
||||
'USER_NAME'=>$mmto->account->namesub(),
|
||||
);
|
||||
$et->send();
|
||||
|
||||
|
Reference in New Issue
Block a user