パスワードを再設定する

パスワードを再設定する
タイプ地元
セット該当なし
ダウンロード https://github.com/SMERKY/moodle-local_resetpassword
問題点 https://github.com/SMERKY/moodle-local_resetpassword/issues
討論 https://moodle.org/mod/forum/discuss.php?d=260912
メンテナアーロンレゲット

このローカルプラグインは外部サービスがパスワード機能をリセットするmoodlesにアクセスすることを可能にします。安全な鍵をユーザーアカウントのメールアドレスと一緒に投稿することで、ローカルプラグインはログインする前に特定の基準と照合し、moodleパスワードリセットメールを送信します。

The plugin checks a series of events before allowing the password reset email to be sent.
1 - Checks the plugin has been enabled (plugin setting disabled by default)
2 - Checks the encrypted key from the POST message matches the one stored in moodle (plugin setting)
3 - Checks the user exists in the moodle user table
4 - Checks the user is not an admin (admins have been restricted from using this plugin for security reasons)

このプラグインは外部サービスがPOSTリクエストを次のプラグインファイルに送信することで機能します[あなたのMOODLE URL] / local / resetpassword / reset.php例えばmoodle.example.com/local/resetpassword/reset.php

ファイルには2つの変数をポストする必要があります。 e - アカウントのEメールアドレスk - 暗号化された鍵

ファイルに投稿された暗号化キーは、Eメールアドレスとプライベートキー(Moodleで設定)を連結して作成されます。これはMD5で暗号化されます。

このプラグインに関する詳細については、GITHUBの問題を参照するか、以下の詳細を添えて開発者に電子メールを送ってください。

 https://github.com/SMERKY/moodle-local_resetpassword/issues
mailto:aaron@aaronleggett.com