Nathcat / PeopleCat-Server

GNU General Public License v3.0
1 stars 0 forks source link

Fix for server sending out user passwords in get user requests. #5

Closed Nathcat closed 5 months ago

Nathcat commented 5 months ago

The server was attempting to remove the key "password", since the DB change the column is called "Password", hence why it was not removing the password column from the data sent out to the client.