Added Add Admin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user