search for: salted_authentication

Displaying 1 result from an estimated 1 matches for "salted_authentication".

2006 Nov 04
0
Need help with iterating through a ''find'' result
I am working on a site that has Forums. There are two tables that track the users on this site. One table ''Users'' is basically the table for the salted_authentication generator. The next table, ''ForumMember'' tracks each user''s status in each forum. ForumMember contains a foreign key to Forum, and to User. I have a main page in which I list all the Forums that a user is a member of. I gather this data easily in my controller, with:...