Merge branch '2.4' of https://github.com/MISP/MISP into 2.4

pull/2232/head
iglocska 2017-05-30 15:41:51 +02:00
commit ba8ab5d9d4
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class ApacheShibbAuthenticate extends BaseAuthenticate {
'confirm_password' => $password,
'authkey' => $authKey,
'nids_sid' => ((int)$nidsMax[0][0]['nidsMax'])+1,
'newsread' => date('Y-m-d'),
'newsread' => time(),
'role_id' => $roleId,
'change_pw' => 0
));