Actions
Bug #31252
closedsaltedpasswords update task only updates 42 records
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Authentication
Target version:
-
Start date:
2011-10-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I was wondering, why the report still showed me that not all my passwords have been updated. After running the task several times, the warning did not disappear.
After digging into the code, I found: protected $numberOfRecords = 42; // 23 is too low ;)
Well.. this is still too low ;-)
I'm either for sth. like 500 or unlimited.. we have nothing to loose, if we die in between (max_execution_time). User would just run the task again. But this way, it is totally untransparent.
Actions