Actions
Bug #8681
closedJoomla 4.0: Fix database checker, fixer and upgrader to not check or fix Joomla users table
Bug #8681:
Joomla 4.0: Fix database checker, fixer and upgrader to not check or fix Joomla users table
Description
CB Database check and fix and upgrade tool checks and fixes users table registerDate and lastVisitDate from NULL default to zero-date default (this has no functional but cosmetic effect in the backend).
We never touch Joomla tables, and while this was the case up to 3.10, as the formal specifications matched, in 4.0 the NULL got changed to non-NULL and the default reset to 0000-00-00 00:00:00 as was the case since Joomla 1.0.
This bug and corresponding fix checks specifically for Joomla users table in the checker/fixer/upgrader code.
Actions