e107
e107 copied to clipboard
resend activation link doesn't work in all cases

The reason is probably that user was activated by mistake (quick add user) and then set not verify status. Using Resend button causes this error
Setting the user to "not verified" probably needs to also generate a new activation key and save it to the database table.
@Jimmi08 Could you please check the user table for user 267, and see if user_sess has a value? Thanks.
It was empty. I checked it because I saw it in code.
Does anybody tried to resend activation link to user? Or check if email works when user registers? It seems that something is wrong. Maybe an issue with my mail-server config, but i have message that mail was successfully sent (all modes: php, sendmail ...). No messages was received. Sorry of posting here if you are not concerned.
@net1313 it worked on my site. But only if I set debug mode OFF. And set Mailshot logging as No logging to be sure.
@Jimmi08 You are the best. And set Mailshot logging as No logging That was a source of my pain. It works now. Thank You
Hello. Is there any plans or work arounds that could possibly solve this issue. I need to reverify all the current users.Thanks guys