I use moodle 2.7, and external database authentication and enrolment
accounts for students and teachers created , however, when I try to login as teacher or students, I have follwoing error
https://docs.moodle.org/27/en/error/auth/nopasswordchangeforced
I search thread and found solution
UPDATE mdl_user_preferences SET value='1' WHERE name='auth_forcepasswordchange';
but I do not want to change it using sql , how to change the auth_forcepasswordchange using moodle interface
the password are all numbers & SA>security>site policy >password policy not enabled
what else should I do
thank you in advance
10 days before start the courses