Bug #31252
closedsaltedpasswords update task only updates 42 records
100%
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.
Updated by Gerrit Code Review almost 13 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7066
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/8924
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/8925
Updated by Mario Rimann almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 18b0764f2723c8e43b5352629682c5871007711f.