I am using the module user yii whose code is in this link , but in my database I also have a client table.
Is it possible to use the login of the user module to authenticate the client or do I have to create another login for the client? Or can I relate the client table to the module's user table?