CodeIgniter Forums
Create a Full Featured Registration and Login Module in CodeIgniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Model-View-Controller (https://forum.codeigniter.com/forumdisplay.php?fid=10)
+--- Thread: Create a Full Featured Registration and Login Module in CodeIgniter (/showthread.php?tid=70974)



Create a Full Featured Registration and Login Module in CodeIgniter - Lim Jing Wei - 06-24-2018

I need help in my CodeIgniter Project. Much help is appreciated. Thank you. The requirements are shown below:


Features of Registration and Login Module
  • Registration form

  • Login form

  • Forgot password

  • Logout feature

  • password_hash() algorithm

  • password_verify() algorithm

  • Change Password feature

  • Email authentication for registration process

  • Using SMTP (Simple Mail Transfer Protocol)

  • Forms validations on login and registration panel

  • On success the module redirects to the user profile page



RE: Create a Full Featured Registration and Login Module in CodeIgniter - skunkbad - 06-24-2018

How much work are you planning to do? There are a couple of Authentication libraries that you can start off with, but you would have to do some work. Knowing PHP and CodeIgniter would be essential to your success.


RE: Create a Full Featured Registration and Login Module in CodeIgniter - zurtri - 06-24-2018

It looks a bit like a homework project...


RE: Create a Full Featured Registration and Login Module in CodeIgniter - snelledre - 06-25-2018

Use ion_auth2 that does the job and info is everywhere, here and google.


RE: Create a Full Featured Registration and Login Module in CodeIgniter - osgaldor - 07-15-2018

So, what is the part you need help with OP?  Or do you just want us to build it for you?