User Module and DatabaseTable

Hi all,

I’m VERY new to the YII framework. I’ve seen in the documentation that there is a User Module, that allows for authentication, etc. Now, my application already has a table in the database, where I store the accounts for my application users. Is it at all possible to have the YII User Module to interface to my existing table?

Thanks!

why not just transfer the fields from your user table to the original user table of the user authentication module?