mirror of https://github.com/MISP/MISP
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
commit
ba8ab5d9d4
|
@ -133,7 +133,7 @@ class ApacheShibbAuthenticate extends BaseAuthenticate {
|
||||||
'confirm_password' => $password,
|
'confirm_password' => $password,
|
||||||
'authkey' => $authKey,
|
'authkey' => $authKey,
|
||||||
'nids_sid' => ((int)$nidsMax[0][0]['nidsMax'])+1,
|
'nids_sid' => ((int)$nidsMax[0][0]['nidsMax'])+1,
|
||||||
'newsread' => date('Y-m-d'),
|
'newsread' => time(),
|
||||||
'role_id' => $roleId,
|
'role_id' => $roleId,
|
||||||
'change_pw' => 0
|
'change_pw' => 0
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in New Issue