Changes between Version 3 and Version 4 of Student selects a class that is going to attend
- Timestamp:
- 02/10/25 17:20:28 (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Student selects a class that is going to attend
v3 v4 9 9 WHERE email = :input_email AND password = :hashed_input_pass; 10 10 }}} 11 ''Note:'' `:hashed_input_pass` is securely hashed before being checked.12 11 13 12 == Step 2 - Student Dashboard ==