Closed major-mayer closed 3 months ago
Why do you think it's invalid? Validate user data (phone, website, twitter account...) it's a valid background job.
Okay, maybe I was just confused that the last run is set to 1970 and the job is apparently not scheduled for execution in the future. But I'm also not sure how Nextcloud validates user data, so... If you think this is normal, feel free to close this issue.
⚠️ This issue respects the following points: ⚠️
Bug description
I noticed that when i execute
occ background-job:list
I get the following output:I'm not sure but this
OCA\Settings\BackgroundJobs\VerifyUserData
job seems to be incorrect. Its a user that has been created recently (around a week ago or so) and successfully logged in multiple times, so I wonder why this background job is still there, with last execution date set to 1970. I tried to execute it manually, and it says:Should I force execute it? Is this expected behavior or a bug?
Steps to reproduce
Expected behavior
I would expect that all background jobs are finished once the user has logged in successfully.
Installation method
Community Docker image
Nextcloud Server version
29
Operating system
None
PHP engine version
PHP 8.2
Web server
Other
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 28 to 29)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
No response