Make clients select password
Needs ReviewPublic

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

Details

Summary

To be merged in Branch Network Client

  • display passwords to clients after they have selected the user name
  • send both passwords and user name to the server

Diff Detail

Repository
R2 GCompris
Lint
Lint Skipped
Unit
Unit Tests Skipped
rishabhg created this revision.Apr 14 2018, 11:32 AM
Restricted Application added a project: KDE Edu. · View Herald TranscriptApr 14 2018, 11:32 AM
Restricted Application added a subscriber: KDE Edu. · View Herald Transcript
rishabhg requested review of this revision.Apr 14 2018, 11:32 AM
jjazeix added inline comments.Apr 16 2018, 11:02 AM
src/core/main.qml
361

If there are images, I would display all the potential images for passwords, not just the one from the group.
If there are only 2 children in the group, you will only have the 2 images displayed and each child will know the other child password.

437

Either the child is old enough to type his password, we don't provide a list of all passwords and he has to type.
Or for younger children, we can display it as a Grid of images with a OK/Cancel button and the child has to select the good image and click on OK.

461

can there be a better name than _2?