The password reset request can be triggered by setting the column 'requireReset' to 1 in the database table _users. If you prefer to implement a scheduled task with a custom plugin and iterate through all the users rather than install one of the third party plugins listed above by @AMurray, these two Joomla! Community Magazine™ articles describe the scheduling and custom process:
Get to know the new Joomla! Task Scheduler
Scheduled Tasks
On the other hand, the same result could be achieved by a simpler user plugin, triggered by one of the following user plugin events:
onUserLogin
onUserAfterLogin
Get to know the new Joomla! Task Scheduler
Scheduled Tasks
On the other hand, the same result could be achieved by a simpler user plugin, triggered by one of the following user plugin events:
onUserLogin
onUserAfterLogin
Statistics: Posted by toivo — Thu Jul 11, 2024 4:09 am