CodeIgniter Forums
Email Verification code system - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Email Verification code system (/showthread.php?tid=54898)



Email Verification code system - El Forum - 09-30-2012

[eluser]shahnawazahmed[/eluser]
Hello developers ,

currently , i am working on the hospital management system , i have developed the register and login system and i want to improve its functionality by developing the Email verification system , if new member registers to the system it will send the verification link containing unique code .
if it is available on the internet please share me the link or if any of my brother developed please share the code if you have no problem to share it Smile make sure it is developed in CI .

regards and bundle of thanks in advance
shahnawaz


Email Verification code system - El Forum - 09-30-2012

[eluser]Mirge[/eluser]
Ion Auth 2 has this functionality built in... https://github.com/benedmunds/CodeIgniter-Ion-Auth

I'm not sure why you'd build one from scratch unless you just felt like it or had very specific requirements... but even then I'd probably still start with a pre-existing base. At any rate, you can look & see how he did it.


Email Verification code system - El Forum - 09-30-2012

[eluser]shahnawazahmed[/eluser]
Thank you Smile mirge