I added a new column "dummy" to usertable and made changes in get_auth_data()
declared in Auth_Controller_set_user_variables()
But still unable to set authentication variable.
NOTE I Know there is a define way to pull profile data in community autho BUT for single column i don't want to create a extra table.
Originally Answered By @skunkbad THANKS A LOT
You add your field to the user table.
You modify your existing auth model (not Community Auth's auth model). If you don't have one, make one and declare it.