CannaManage 04 Flowcharts aktualisiert

2026-04-06 18:51:25 +02:00
parent 0bc9e13945
commit e3e420ce10
+1 -1
@@ -175,7 +175,7 @@ flowchart TD
FIND_USER --> USER_FOUND{User found?}
USER_FOUND -->|No| ERR_NOTFOUND["❌ Invalid credentials\n(generic — do not reveal\nwhether email exists)"]
USER_FOUND -->|Yes| VERIFY_PW{BCrypt.verify\n(password, hash)\nmatches?}
USER_FOUND -->|Yes| VERIFY_PW{"BCrypt.verify\n(password, hash)\nmatches?"}
VERIFY_PW -->|No| ERR_PW[❌ Invalid credentials]
VERIFY_PW -->|Yes| CHECK_MEMBER{User has\nmember_id set?}