pointonsoftware / pscore

C++ library for building your business software
GNU Affero General Public License v3.0
1 stars 2 forks source link

Incorrect log when logging when with incorrect user ID #135

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

Found in: CORE v0.2.0

Steps to reproduce:

  1. Input an incorrect userID : bgar1234 - (note: the correct userID is bgar123)
  2. Input the correct PIN: 2020

Expected result:

Actual result:

gbenziv commented 3 years ago

The bug was caused by a change in the local build - closing as invalid