Closed vicmonmena closed 9 years ago
You'll want to extend the controller/model files.
Specifically:
User::rules()
and User::attributeLabels()
DefaultController::actionLogin()
Hi again!
Following your steps, I've found some doubts about how to do them:
Thanks a lot!
1) Migrations don't rely on models. You can just use the {{%tableName}}
syntax. See the migration file as an example
2) Create whatever you need to. If you need to override/add variables in the module class, then do so. Otherwise just stick with the controller/models
Hi again!
I'd like to know which is the best way to override this module in case I'd like to:
Thx!