Skip to content
Snippets Groups Projects
Unverified Commit 4c242c2f authored by Ryan Smith's avatar Ryan Smith Committed by GitHub
Browse files

Merge branch 'master' into master

parents bd961c20 02428d73
No related branches found
No related tags found
No related merge requests found
# Installation
This page contains a guide for users wanting to install the plugin. You obviously need to have [Moodle](https://moodle.org/) installed first and you need to be logged in as an Admin.
1. Download the plugin. [Click here to begin download](../xapi.zip?raw=true).
1. Download the "xapi.zip" file from [the latest release](https://github.com/xAPI-vle/moodle-logstore_xapi/releases/latest).
2. Go to "http://www.example.com/admin/tool/installaddon/index.php" (replacing “www.example.com” with your own domain).
3. Drag and drop your download from step 1.
4. Click "Install plugin from the ZIP file".
......
......@@ -31,6 +31,7 @@ class UserRegistered extends Event {
'user_id' => $opts['relateduser']->id,
'user_url' => $opts['relateduser']->url,
'user_name' => $opts['relateduser']->fullname,
'user_email' => $opts['relateduser']->email,
])];
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment