tankauth

CodeIgniter Tank Auth

大城市里の小女人 提交于 2019-12-03 11:21:27
问题 I am making use of this excellent library called Tank Auth. Hopefully this question won't be too niche as its specific to this library. I am trying to work how I can login a user as soon as they have registered. It seems this library doesn't offer this functionality and I don't want to start messing with the library but maybe someone has done this already and can describe a non-hackey way of getting this to work? Thanks all for any help. 回答1: The creator of this email library was kind enough

CodeIgniter: Passing fields to user_profiles database with Tank_auth

折月煮酒 提交于 2019-11-30 20:49:25
问题 I'm wracking my brain on what is probably a simple issue. Relatively new to MVC and codeigniter. I'm using tank_auth for user registration, and it comes with a db table user_profiles which I've altered slightly to add things like 'firstname', 'lastname', 'homephone', etc. I've added the appropriate fields to my register_form.php view and following advice from this question: Tank Auth Adding Fields and others, tried to update all necessary stuff. Unfortunately, while the users table gets