In yii i am creating login functionality. When user enters correct username but wrong password i want to make serach in database for this correct username and want to put that username’s id into loginattemmpt table and display wrong password message to him. So can please someone help me.
In yii i am creating login functionality. When user enters correct username but wrong
Share
in userIdentity.php save data in table .
and in file from where authenticate function is called setError.