e107 icon indicating copy to clipboard operation
e107 copied to clipboard

resend activation link doesn't work in all cases

Open Jimmi08 opened this issue 6 years ago • 7 comments

image

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

Jimmi08 avatar Mar 12 '19 11:03 Jimmi08

Setting the user to "not verified" probably needs to also generate a new activation key and save it to the database table.

CaMer0n avatar Mar 19 '19 19:03 CaMer0n

@Jimmi08 Could you please check the user table for user 267, and see if user_sess has a value? Thanks.

CaMer0n avatar Mar 19 '19 19:03 CaMer0n

It was empty. I checked it because I saw it in code.

Jimmi08 avatar Mar 19 '19 21:03 Jimmi08

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 avatar Mar 23 '19 17:03 net1313

@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 avatar Mar 23 '19 17:03 Jimmi08

@Jimmi08 You are the best. And set Mailshot logging as No logging That was a source of my pain. It works now. Thank You

net1313 avatar Mar 23 '19 17:03 net1313

Hello. Is there any plans or work arounds that could possibly solve this issue. I need to reverify all the current users.Thanks guys

leeb1981 avatar Sep 29 '23 06:09 leeb1981