|
'password' => $userrec->password, |
Can you please elaborate why is the USER's password copied and stored in the auth_classlink_prevlogin table? From what I can see, only the authentication method is updated and replaced here. What is the exact workflow here?
moodle-auth_classlink/classes/loginflow/authcode.php
Line 371 in 3de4b52
Can you please elaborate why is the USER's password copied and stored in the
auth_classlink_prevlogintable? From what I can see, only the authentication method is updated and replaced here. What is the exact workflow here?