kblincoe / VisualGit_SE701_2

1 stars 0 forks source link

Username and password shows up in console #108

Closed harrylimp closed 6 years ago

harrylimp commented 6 years ago

After signing into the main dashboard for the first time, if you sign out (step 1) and then sign back in again (step 2), the application prints out the details of the user's username and password in plain text on the console (authenticate.js - line 12).

This is clearly a huge security issue and should be removed for the user's privacy.

image

harrylimp commented 6 years ago

@softeng-701

MGriffith37 commented 6 years ago

This issue was fixed when I fixed issue #28, in pull request #80. The console now logs "user has logged in successfully" instead. Hope this helps

harrylimp commented 6 years ago

That's great, thanks for fixing it up :)