kishor10d / Admin-Panel-User-Management-using-CodeIgniter

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
334 stars 244 forks source link

is there any chance to support username to login? #67

Closed tjengbudi closed 4 years ago

tjengbudi commented 4 years ago

hello, i need user management that need to login with username instead of email. is there any chance to do it?

kishor10d commented 4 years ago

@tjengbudi : Yes. You can do it by changing email login system with username. Also, you need to check the user-id uniqueness in your database.