wurmf / OpenBooth

An open source linux application for a photo booth.
MIT License
8 stars 0 forks source link

Implement password in configuration persistence #50

Closed schrer closed 6 years ago

schrer commented 6 years ago

Having (possibly multiple) admin users is useless, it would be better to have just one password and no username, that will be set at first startup and can still be changed later on.

wurmf commented 6 years ago

Because the whole persistence layer was changed to use config files as a key-value store instead of an extensive database, the login has to be reimplemented

wurmf commented 6 years ago

This is no urgent issue, because a login has no real use at the moment. If no touchscreen is used, then the user cannot close the running application without a mouse in full screen mode.