Skip to content

Commit

Permalink
Merge 6e8e352 into 3dc2f20
Browse files Browse the repository at this point in the history
  • Loading branch information
wn committed Nov 10, 2018
2 parents 3dc2f20 + 6e8e352 commit 2cab9bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -440,11 +440,11 @@ Step 5. Password in `UserPref` is saved to the encrypted value of the new passwo

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

image::setPasswordLogic.png[width="800"]
image::SetPasswordLogic.png[width="800"]

The following activity diagram summarizes what happens when a user executes `setpass`:

image::setpassActivityDiagram.png[width="650"]
image::SetPassActivityDiagram.png[width="650"]

Step 6. The user executes a critical command `delete i/1 x/a12345`.

Expand All @@ -457,11 +457,11 @@ If current password input is wrong, or if the index provided is invalid, deletio

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

image::deleteLoanWithPass.png[width="800"]
image::DeleteLoanWithPass.png[width="800"]

The following activity diagram summarizes what happens when a user executes `delete`:

image::deleteActivityDiagram.png[width="650"]
image::DeleteActivityDiagram.png[width="650"]

==== Design Considerations

Expand Down

0 comments on commit 2cab9bc

Please sign in to comment.