Skip to content

Commit a2f15d2

Browse files
committed
[TASK] Remove milliseconds from timestamps
Refs #51
1 parent e67f35d commit a2f15d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Classes/Service/FrontendUserService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ protected function getPasswordHash(string $password): string
158158
} else {
159159
throw new MissingPasswordHashServiceException(
160160
'No secure password hashing service could be initialized. Please check your TYPO3 system configuration',
161-
1557550040515
161+
1557550040
162162
);
163163
}
164164

Classes/Service/OldPasswordService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function checkEqualsOldPassword(string $password): bool
3737
} else {
3838
throw new MissingPasswordHashServiceException(
3939
'No secure password hashing service could be initialized. Please check your TYPO3 system configuration',
40-
1557550040515
40+
1557550040
4141
);
4242
}
4343

0 commit comments

Comments
 (0)