Welcome Guest, Not a member yet? Register   Sign In
User Authentication Class - no longer exists?
#1

[eluser]Adam_R[/eluser]
I'm coming from CI 1.7 to 2.1 and I can't find auth library. Does it deprecated? If yes what else I can use?

Thanks
#2

[eluser]PhilTem[/eluser]
There is no built-in auth library neither for 1.7 nor for 2.x. You need to have a look here:
http://stackoverflow.com/questions/34698...odeigniter
#3

[eluser]Adam_R[/eluser]
I had installed CI 1.7 with

| Code Igniter User Authentication Class
|
| By Chris Monnat

No clue if it was there by default or not.
#4

[eluser]PhilTem[/eluser]
It surely wasn't included in the default installation of CI since CI ain't no CMS or alike but a framework for helping developing apps. However I'm surprised that you lost this authentication module when upgrading because - I guess - you just overrode the system files and replaced names with the same filename but did not delete any files ?!
#5

[eluser]Adam_R[/eluser]
I have a backup of it. Will try if it works with CI 2.x
#6

[eluser]solid9[/eluser]
You have 4 options,

tank_auth
ion_auth
community_auth
create_your_own from scratch.

I prefer the latter.
#7

[eluser]Adam_R[/eluser]
[quote author="solid9" date="1352740822"]You have 4 options,

tank_auth
ion_auth
community_auth
create_your_own from scratch.

I prefer the latter.
[/quote]

I will go with 'create_your_own from scratch' because I have already created user and permissions management. Tank_auth and ion_auth looks pretty robust but is too late. Good to know for future reference Smile

Thanks




Theme © iAndrew 2016 - Forum software by © MyBB