Closed kjde closed 9 years ago
Hi,
The last activity is set because ejabberdctl delete_old_users
also deletes users that have never logged in at all. If a user registers, but doesn't configure his client right away, e.g. a daily cronjob would frequently delete accounts.
In any case, the issue is with ejabberd-contrib, specifically mod_admin_extra. We have encountered the same issue before. If you compile modules yourself, apply this patch. The packages in our apt-repository are already patched.
If fixing mod_admin_extra itself is not an option for you, please let me know - I will implement the option right away.
Thank you. I applied the patch and everything works fine again. You made a great job!
Thank you very much! It's good to have nice feedback. Thank you!
Since I updated ejabberd and dxa I get an ERROR 500 on the registration completion page of zsim.de. The good part is that the account is still registered and everything except this works.
This is the error log of ejabberd:
And this is the log created by dxa:
mod_last seems to be a requirement for dxa. I would like to see an config flag where I can disable mod_last support.