Welcome Guest, Not a member yet? Register   Sign In
flexi auth - A user authentication library for CodeIgniter

[eluser]haseydesign[/eluser]
@NotSmilie

You probably haven't defined your custom column correctly via the flexi auth config file, so it doesn't know what to do with the column.

This will hopefully help you out:
Code:
$config['database']['user_acc']['custom_columns'] = array(
  'uacc_credits'
);


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 03-12-2013, 03:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB