Password changing...

Password changing...

by Helson C -
Number of replies: 0

I my auth plugin...


function is_synchronised_with_external() {

return false;

}


function is_internal() {

return false;

}

function can_change_password() {

return false;

}


But when the user login in, the password change in database...

I check who update_internal_user_password($user, $password); is executed every time!

How i can stop with this? i don't want change the password when user login with external database.


My intention is maintain the original password of the user in moodle database;


Help!


Thanks in advance.

Average of ratings: -