mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-27 17:50:15 +00:00
OATHUserRepository: Start storing enrollment timestamp
Bug: T242847 Change-Id: I922cdced9d9c73140088f062a23daba6910c8272
This commit is contained in:
parent
0dad2c7031
commit
44c952e01a
|
@ -169,6 +169,7 @@ class OATHUserRepository implements LoggerAwareInterface {
|
|||
'oad_user' => $userId,
|
||||
'oad_type' => $moduleId,
|
||||
'oad_data' => FormatJson::encode( $keyData ),
|
||||
'oad_created' => $dbw->timestamp(),
|
||||
] )
|
||||
->caller( __METHOD__ )
|
||||
->execute();
|
||||
|
|
Loading…
Reference in a new issue