hedii / Codeigniter-login-logout-register

A user login, logout, register start for Codeigniter 3
GNU General Public License v2.0
166 stars 133 forks source link

Issue when logging in, #6

Closed rember241 closed 7 years ago

rember241 commented 7 years ago

Guys have you ever tried logging in using a different username with a password that is a password of another user? if you use your friends password when logging in, the account of your friend will login instead of your account.

hedii commented 7 years ago

weird, login is resolved by username: https://github.com/hedii/Codeigniter-login-logout-register/blob/master/application/models/User_model.php#L54

please provide steps to reproduce