nikitkarki / RTVMS

Road Traffic Violation Management System
0 stars 1 forks source link

Implement login feature to /user url #27

Closed karkiriks closed 6 years ago

karkiriks commented 6 years ago

should be able to login using only valid username and password. The validation has to be done using login utility function created in issue #24 . Advance to home screen only if the login is successful, else stay on the same login page and show error message: invalid username/password entered

nikitkarki commented 6 years ago

done