![]() |
Ion Auth - Lightweight Auth System based on Redux Auth 2 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Ion Auth - Lightweight Auth System based on Redux Auth 2 (/showthread.php?tid=27435) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 11-07-2010 [eluser]butthead[/eluser] An interesting project to replace FreakAuth which used to be popular for CI at 1.5.x level ![]() Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 11-07-2010 [eluser]sirwan.me[/eluser] anychance of an Oauth, allow people to login via Facebook, Gmail, Hotmail etc.... Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 11-10-2010 [eluser]Davide Bellini[/eluser] Can I disable User Meta management?? I would create my dynamic meta table like this : ID | USER_ID | PLUGIN | KEY | VALUE and associate dynamic fields using records ( example ): ID | USER_ID | PLUGIN | KEY | VALUE 1 2 info user_firstname Marty 2 2 info user_lastname McFly 3 2 social user_skype 123456 4 3 info user_firstname Bruce 5 3 info user_lastname Wayne ... Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 11-10-2010 [eluser]Andy78[/eluser] anybody got this working as a module in Modular Extensions - HMVC? Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 11-11-2010 [eluser]Davide Bellini[/eluser] Andy78, Yep Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 11-11-2010 [eluser]VicToMeyeZR[/eluser] The default password in the include HTML pages is not correct. Any idea what it really is? Quote:The default login is: Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 11-11-2010 [eluser]techgnome[/eluser] password ... just like it says. It's worked for me. -tg Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 11-11-2010 [eluser]VicToMeyeZR[/eluser] thats interesting, because i just downloaded it and installed it, and it doesn't work. Says invalid password Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 11-13-2010 [eluser]33cent[/eluser] When i try to change my password (auth/change_password), i get this error: Code: A Database Error Occurred My table names are here: Quote: /** I solved this problem with this quick fix: Code: // search this function in ion_auth_model.php This is a bug or what? :roll: Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 11-16-2010 [eluser]Frank Rocco[/eluser] Hello, I need to port the users table to another app. Is there a way to convert the existing passwords to just md5 or sha1? Thanks |