Send both password and user name to client
Needs ReviewPublic

Authored by rishabhg on Apr 14 2018, 11:28 AM.

Details

Summary

To be merged in Branch Network Client

  • Send passwords along with User name to client during the login process

Diff Detail

Repository
R2 GCompris
Lint
Lint Skipped
Unit
Unit Tests Skipped
rishabhg created this revision.Apr 14 2018, 11:28 AM
Restricted Application added a project: KDE Edu. · View Herald TranscriptApr 14 2018, 11:28 AM
Restricted Application added a subscriber: KDE Edu. · View Herald Transcript
rishabhg requested review of this revision.Apr 14 2018, 11:28 AM
jjazeix added inline comments.Apr 16 2018, 10:53 AM
src/core/Messages.h
50

wouldn't make it more sense to have a QMap instead of 2 separated lists?

jjazeix added inline comments.Apr 16 2018, 10:55 AM
src/core/Messages.h
50

or a QList<Login>?