439
edits
Line 580: | Line 580: | ||
| until password | | until password | ||
| is supplied | | is supplied | ||
| +------------- state = " | | +------------- state = "need legacy pwd"---- return | ||
| | | | ||
+--------------+ | +--------------+ | ||
Line 591: | Line 591: | ||
| until password | | until password | ||
| is supplied | | is supplied | ||
| +----------- state = " | | +----------- state = "not updated" --- return | ||
| | | | ||
+--------------+ | +--------------+ | ||
V | V | ||
update/merge shared DB | update/merge/use shared DB | ||
| | | | ||
V | V | ||
Line 612: | Line 612: | ||
| | | | ||
V | V | ||
" | "not updated" < > other | ||
+ | +-----------< switch state >--------> done | ||
| | | < > | ||
| | " | | | "need legacy pwd" | ||
| | | | | | ||
| | | < save password > | ||
| | | | | | ||
| V | | V | ||
Line 629: | Line 628: | ||
| < legacy DB's PW? > | | < legacy DB's PW? > | ||
| | no | | | no | ||
| +----------- state = " | | +----------- state = "not updated" --- return | ||
| | | | ||
+--------------+ | +--------------+ | ||
V | V | ||
update/merge shared DB | update/merge/use shared DB | ||
| | | | ||
V | V |
edits