Added Add Admin

This commit is contained in:
Deon George
2014-10-28 16:56:56 +11:00
parent 80c8971a46
commit 43bd45d43e
7 changed files with 108 additions and 12 deletions

View File

@@ -25,6 +25,13 @@ abstract class lnApp_Model_ADMIN extends ORM_TSM {
),
);
protected $_custom_cols = array(
'EMAILADDRESS',
'FORCEPWRESET',
'PASSWORD',
'SSL',
);
public function name() {
return $this->ADMIN_NAME;
}