Added User email viewing
Improved Table::
This commit is contained in:
@@ -107,7 +107,7 @@ class Controller_lnApp_Login extends Controller_TemplateDefault {
|
||||
|
||||
Block::add(array(
|
||||
'title'=>_('Register'),
|
||||
'body'=>View::factory('bregister')
|
||||
'body'=>View::factory('register')
|
||||
->set('account',$account)
|
||||
->set('errors',$account->validation()->errors('form/register')),
|
||||
));
|
||||
|
Reference in New Issue
Block a user