Hello all,
I am running an app that needs to run a check on password and username from a database. if password and username correspond to one in database, user gains access but if not, the user is denied access.
the problem is the app accepts all password and username correct or wrong. please what can u suggest?