CodeIgniter Forums
Tank Auth v1.0 (CI authentication library) - 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: Tank Auth v1.0 (CI authentication library) (/showthread.php?tid=17515)

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


Tank Auth v1.0 (CI authentication library) - El Forum - 08-28-2010

[eluser]pabloheim[/eluser]
[quote author="cyclic" date="1283059703"]Yes -- I had the database connectivity working before I installed tank auth.[/quote]
can you post a screenshot of the tabla users?


Tank Auth v1.0 (CI authentication library) - El Forum - 08-28-2010

[eluser]cyclic[/eluser]
Of the "Users" table? That's the one I had before I imported the new SQL -- do you think it's interfering with the tank auth install?


Tank Auth v1.0 (CI authentication library) - El Forum - 08-28-2010

[eluser]pabloheim[/eluser]
[quote author="cyclic" date="1283060299"]Of the "Users" table? That's the one I had before I imported the new SQL -- do you think it's interfering with the tank auth install?[/quote]

mmmm interesting.
tank auth uses a "users" table and you have your own "users" table with different fields.
i recomend you to change tha name of your own users table. and import the tank auth users table in order to make it work.

thats why appear the error: when you register, tank auth sets a email and new email field, but in your current users tabla there is not new_email column. Smile


Tank Auth v1.0 (CI authentication library) - El Forum - 08-28-2010

[eluser]cyclic[/eluser]
Figured the same thing out on my own just a second ago. Smile Thanks.


Tank Auth v1.0 (CI authentication library) - El Forum - 08-28-2010

[eluser]pabloheim[/eluser]
[quote author="cyclic" date="1283060708"]Figured the same thing out on my own just a second ago. Smile Thanks.[/quote]

hhaha Smile


Tank Auth v1.0 (CI authentication library) - El Forum - 08-28-2010

[eluser]cyclic[/eluser]
Er. I seem to have another problem: I'm not receiving the "sent" authentication emails.


Tank Auth v1.0 (CI authentication library) - El Forum - 08-28-2010

[eluser]pabloheim[/eluser]
[quote author="cyclic" date="1283062629"]Er. I seem to have another problem: I'm not receiving the "sent" authentication emails.[/quote]

are you working on a localserver or in a web hosting?


Tank Auth v1.0 (CI authentication library) - El Forum - 08-28-2010

[eluser]cyclic[/eluser]
Local.


Tank Auth v1.0 (CI authentication library) - El Forum - 08-28-2010

[eluser]pabloheim[/eluser]
[quote author="cyclic" date="1283063291"]Local.[/quote]
that is the problem.
if you want to be able to send mails , you need a real server.
you can configure a mail server in you localhost, but it takes some time.

another option is to disable the autentification mails in the config file of tank auth


Tank Auth v1.0 (CI authentication library) - El Forum - 08-28-2010

[eluser]cyclic[/eluser]
Ok, makes sense. Thanks.