How to reset password in moodle through forgot password module but not through email processing?
Thanks!
Hello Reggie,
Please see:
http://docs.moodle.org/27/en/Administration_FAQ#I_have_forgotten_the_admin_password
Thanks!
Is there a way to use the module forgot password but through email notification?
If possible the teacher or administrator will be assigned to reset the password of the student to default and force them to change password once log-in?
Thanks!
Hi Reggie,
I'm unclear about the first part. The forgot password process (http://somesite.com/login/forgot_password.php) works through email notification; doesn't it?
Is the email working?
http://docs.moodle.org/27/en/Messaging_settings#Email_settings
And what about cron?
http://docs.moodle.org/27/en/Cron
Regarding the second issue, teachers cannot because their role only allows for course related tasks, not system ones. An admin can do it (password field = "changeme"):
http://docs.moodle.org/27/en/Upload_users#Fields_that_can_be_included
Hi Guillermo,
Thank you for the immediate response.
Regarding "The forgot password process (http://somesite.com/login /forgot_password.php) works through email notification; doesn't it?"
It's working properly but we are implementing it to an intranet environment with the users doesn't have any access in internet to connect to their external "free" email accounts like yahoo or gmail accounts.
Is there a way to utilize the forgot password module without the use of email?
Thank you very much!
Hi Reggie,
Doesn't the intranet have an internal email system that could be used? How do people communicate internally?
Could you use another authentication system, like LDAP?
http://docs.moodle.org/27/en/Authentication
Some references regarding the Moodle messaging system: