From 2af9c5c3969c9d4bae437948d4e5d481e22f3390 Mon Sep 17 00:00:00 2001 From: Sriram Viswanathan Date: Fri, 24 Mar 2017 18:29:13 -0300 Subject: Updated 'Forgot Password' diagram and rename diagrams from '.txt' to '.puml' --- service/diagrams/forgot_password.txt | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 service/diagrams/forgot_password.txt (limited to 'service/diagrams/forgot_password.txt') diff --git a/service/diagrams/forgot_password.txt b/service/diagrams/forgot_password.txt deleted file mode 100644 index 2a303ddc..00000000 --- a/service/diagrams/forgot_password.txt +++ /dev/null @@ -1,35 +0,0 @@ -title Forgot Password Flow - -actor User - -User -> PixUA : recovery code and new password - -PixUA -> BonafideClient : //handshake// -PixUA -> BonafideClient : recovery code and new password -note right - generate salt and verifier -end note - -BonafideClient -> LeapWebapp : recovery code and new password -note right - authenticate - save new password -end note - -LeapWebapp -> BonafideClient -BonafideClient -> PixUA - -alt successful case - PixUA -> SoledadClient : new password - note right : save secret with new password - SoledadClient -> PixUA - - alt successful case - PixUA -> User : confirmation page - note left: start backup account flow - else soledad failure - PixUA -> User : error message - end -else bonafide failure - PixUA -> User : error message -end -- cgit v1.2.3