login-ac.puml 244 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 @startuml title Login Activity start :User provides credentials; :System authenticates; if (Authentication successful?) then (yes) :Grant access to system; :Display main page; else (no) :Display error message; endif :End; stop @enduml