Authentication Users Into Database.

Hi everyone

I’m new in Yii, I have a new project.I have dficult respect Authentication user into database through the form with fields: cuenta, contrasenia.

5552

Model.png

I need sugesstion about implements. I see Yii have a component authManager for user.

Regards

Omar

You mean, during login, you want it authenticated in the database instead of ‘admin:admin’ or ‘demo:demo’ ?

This can help you… Authenticating User

you can use inbuilt authentication or better you can use ‘yii User’ extenstion