ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Remove functionality that allows you to pass the login screen when no password is entered #44

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

User story

As a user I don't want that people are able to login into the application without providing a password so that my data is safe.

What

Currently, the LoginActivity has some custom logic that allows you to login without providing a password (for development purposes). This should be removed or replaced with a proper way to enable it in development mode only.

Why

This issue is needed for the project because people shouldn't be allowed to access the application without a password if the user wants so.

How

This feature can be added by removing the functionality that allows you to pass the login screen when no password is entered

Definition of done

This task can be considered done when

Notes

⚠️ THIS ISSUE DOES NOT REQUIRE TOO MUCH ATTENTION RIGHT NOW ⚠️

The code in question can be found here