Add hook before create user

This commit is contained in:
Marco Antonio Nina
2013-03-20 13:31:32 -04:00
parent e380b8b272
commit e577dac1a2
2 changed files with 9 additions and 6 deletions

View File

@@ -68,6 +68,7 @@ foreach ($_POST['aUsers'] as $sUser) {
$G_PUBLISH = new Publisher();
$G_PUBLISH->AddContent( 'xmlform', 'xmlform', 'login/showMessage', '', array ('MESSAGE' => $oError->getMessage()) );
G::RenderPage("publish", "blank");
die();
}
$aData['USR_STATUS'] = 'ACTIVE';
$aData['USR_UID'] = $sUserUID;