Logs for

Page 289 of 211,262, showing 20 records out of 4,225,229 total, starting on record 5,761, ending on 5,780

# At Username Text
# Aug 8th 2008, 15:53 vudew yeah
# Aug 8th 2008, 15:53 unigue_ teknoid that's the path I have taken; "don't fear the tables"
# Aug 8th 2008, 15:54 teknoid vudew: that's why. auth will hash the passwords for you
# Aug 8th 2008, 15:54 vudew oh
# Aug 8th 2008, 15:54 vudew its not md5 though is it?
# Aug 8th 2008, 15:54 teknoid vudew: sha1 + some key string
# Aug 8th 2008, 15:54 vudew oh
# Aug 8th 2008, 15:56 unigue_ I have never got the idea behind
# Aug 8th 2008, 15:57 unigue_ ... auth, what all it does and how? some example page to for demonstration somewhere?
# Aug 8th 2008, 15:58 vudew teknoid: but when i try to login its not auto hashing the password?
# Aug 8th 2008, 15:58 teknoid unigue_: the manual has pretty good basic info
# Aug 8th 2008, 15:58 CrazyTux[m] teknoid, I'm back from lunch, so if I was to place, this controller method inside of therapies, or conditions controller, rather than the "MainController" which I have now removed, what would the appropiate method name be?
# Aug 8th 2008, 15:58 teknoid vudew: what do you mean?
# Aug 8th 2008, 15:58 CrazyTux[m] teknoid, mainView() ?
# Aug 8th 2008, 15:59 vudew when i add the record to the db, password is getting automatically hashed
# Aug 8th 2008, 15:59 vudew but when i go to my login form and submit, password is coming through cleartext
# Aug 8th 2008, 15:59 unigue_ and google also but I asked for some quick pows
# Aug 8th 2008, 15:59 teknoid CrazyTux[m]: sure, or just index
# Aug 8th 2008, 16:01 CrazyTux[m] teknoid, why does it not include the models, when I don't use $uses
# Aug 8th 2008, 16:01 CrazyTux[m] teknoid, however, I have a HABTM relationship setup?