CodeIgniter Forums
E-mail verification link - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: E-mail verification link (/showthread.php?tid=68663)



E-mail verification link - cndunga - 08-10-2017

My codeigniter application has a user registration in place which is working fine. When a user registers he/she receives an e-mail with a link to verify / activate the user.

My problem is when e-mail verification is send to an outlook account, the user is able to click ou it and activate the account.

However, when the e-mail verification is send to gmail, upon clicking the link the users gets the following error.

"Redirect Notice

 The previous page is sending you to an invalid url (http:///prep.co.ke/auth/activate/60/82d57554e9e035d766cc6a0ae84a3d391392c730).

 If you do not want to visit that page, you can return to the previous page." 


What could be the problem?

Charles Ndunga


RE: E-mail verification link - Paradinight - 08-10-2017

(08-10-2017, 06:55 AM)cndunga Wrote: My codeigniter application has a user registration in place which is working fine. When a user registers he/she receives an e-mail with a link to verify / activate the user.

My problem is when e-mail verification is send to an outlook account, the user is able to click ou it and activate the account.

However, when the e-mail verification is send to gmail, upon clicking the link the users gets the following error.

"Redirect Notice

 The previous page is sending you to an invalid url (http:///prep.co.ke/auth/activate/60/82d57554e9e035d766cc6a0ae84a3d391392c730).

 If you do not want to visit that page, you can return to the previous page." 


What could be the problem?

Charles Ndunga

http:/// <- remove one slash

if this not work: without the code we can not help Smile