开发者

Registration system using ion auth in codeigniter

开发者 https://www.devze.com 2023-03-20 09:18 出处:网络
I have d开发者_运维问答eveloped 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 e

I have d开发者_运维问答eveloped 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消