Sanks R
Sanks R

Reputation: 895

Registration system using ion auth in codeigniter

I have developed a registration form using codeigniter framework which works fine. But now I want to integrate it with ion auth library to make it more scalable. But I am new to using external libraries in codeigniter and I don't know how to use ion auth to build a registration system. Can any one please let me know some good tutorials?

Upvotes: 0

Views: 5364

Answers (1)

Vamsi Krishna B
Vamsi Krishna B

Reputation: 11490

first of all have you read the official documentation which includes a detailed installation procedure ?

Also I think Ion Auth doesnt provide templates (views ) for handling registration,etc

Also have you considered using tank auth ? Tank auth provides some basic views which handles registration, login etc.

Edit : have a look at the views provided here

Upvotes: 2

Related Questions