Skip to content

Commit

Permalink
Increase width of image
Browse files Browse the repository at this point in the history
  • Loading branch information
wn committed Oct 23, 2018
1 parent 1d1e9b8 commit 71a1c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ There are three stages in this implementation:

The following sequence diagram shows how the new `delete` operation works.

image::deleteLoanWithPass.png[width="600"]
image::deleteLoanWithPass.png[width="1000"]

===== Allow changing of master password

Expand All @@ -348,9 +348,9 @@ that is stored in the database. This is to ensure only the user who has the pass

The following sequence diagram shows how the `setpass` operation works:

image::setPasswordLogic.png[width="600"]
image::setPasswordLogic.png[width="1000"]

image::setPasswordModel.png[width="600"]
image::setPasswordModel.png[width="1000"]

===== Encrypt current password for security
To ensure that others are unable to retrieve the app's password from the preference.json, we encrypt the password before storing. Decryption of password can only be done by Password.java.
Expand Down

0 comments on commit 71a1c5f

Please sign in to comment.