2108 solutions found
Page 89 of 106votes
**Moodle** saves hashed passwords in the user table in this the format: > If the stored password is: > > `$2y$10$UB6vKrpw227eqVXj2PiPou9c0eRtxsdU...
votes
My purpose is simply being able to retrieve basic user info (id, username, lastname, firstname) in javascript on ANY moodle page WITHOUT having to create a plug...
votes
I have an external app that needs to know which users have completed a course in Moodle via the API. That is to say, it will want to know who completed course...
votes
I'm writing a function using the mutation observer with jQuery to register changes to the DOM, specifically when a new node is added so i can change its con...
votes
I am new to moodle and trying to install moodle 3.3.1 on my windows system, but after some steps it is showing some errors. mysql_full_unicode_support#Fi...
votes
String strAlgName = HashAlgorithmNames.Sha1; HashAlgorithmProvider objAlgProv = HashAlgorithmProvider.OpenAlgorithm(strAlgName); CryptographicHa...
votes
I am facing problem with `loading URL` in `web-view`. `Web-view` shows blank because it is not logged in. How to access `course file` without login into moodle2...
votes
I am trying to move my moodledata folder content into Amazon S3. i didnt found any document (or guide) to configure this setup. I am using MOODLE 3.3 STABLE b...
votes
So, I have the next problem: I try to create the new div `@type@` in > /message/templates/message_area_contact.mustache So the code looks like thi...
votes
Failing to import SCORM package PHP/MySQL. I am creating my own SCORM package in the laravel framework but I didn't get any kind of independent package w...
votes
I am thinking about building a student app, that would use Moodle data, and notify the user when a new file has been uploaded, and perhaps do something like ch...
votes
Test performance defines the plugin as Invalid[![enter image description here][1]][1]. [1]: https://i.sstatic.net/LzsQu.jpg
votes
I am trying to suspend a user in Moodle by using Moodle's [Web service API functions][1] in PHP. I can change user fields like firstname, but I am not ca...
votes
is there a way to add regex validation in custom fields for signing up in moodle? I'm tricking with the signup_form.php and signup.php files but i can't...
votes
I am integrating my application in asp.net MVC with Moodle. But it need LMS standards for future integrations with any other LMS. I am totally blank about th...
votes
I am new to Moodle. My client need something special in SignUp form. I want to know how I can change code of signup form which is created through the Moodle Das...
votes
in moodle 3.3+ i did not find any options for add static pages in admin panel.So where did i find that options or is there new functionality for adding static p...
votes
I need to create an external application that creates, modifies and enrol users of Moodle. I've been reading Moodle documentation but its more for front...
votes
I need to add a scrollbar to the courses menu list (see picture below). There are too many courses, and therefore goes over the page fold. The top navbar is fix...
votes
I have the below PHP script <?php header('Content-Type: text/html; charset=utf-8'); $file = "//192.168.10.206/wwwroot/SABI...