mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
after an engl. message if login hook returns true
This commit is contained in:
parent
ffe4bed299
commit
7d40205af7
|
@ -29,7 +29,7 @@ class SeedDMS_Controller_Login extends SeedDMS_Controller_Common {
|
|||
$session = $this->params['session'];
|
||||
|
||||
if($this->callHook('postLogin')) {
|
||||
$session->setSplashMsg(array('type'=>'success', 'msg'=>'Hallo, du bist als "'.$user->getFullname().'" eingeloggt'));
|
||||
$session->setSplashMsg(array('type'=>'success', 'msg'=>'The environment for "'.$user->getFullname().'" has been set up!'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user