GithubHelp home page GithubHelp logo

moodle-tool_powerusers's Introduction

Power users generator Build Status

This generator uses the Marvel API to generate users from your favorite characters in your Moodle instance.

To generate a user just type the name and press the button. The user will be automatically created in your Moodle instance. This user will be created with the name, profile picture and description. By default the password for all generated users will be generated randomly, but you have the option to add your own password manually.

You can get your own keys for free signing up at https://developer.marvel.com. All characters generated by this plugin are property of Marvel.

moodle-tool_powerusers's People

Contributors

dravek avatar paulholden avatar roland04 avatar

Stargazers

Carlos avatar Daniel Neis Araujo avatar Odei Alba avatar

Watchers

 avatar  avatar  avatar Vitaly Potenko avatar

moodle-tool_powerusers's Issues

Missing capablity check on user creation

As mentioned by Tomasz in the review process, the index.php is missing a require_capability check - you could probably use something like:
require_capability('moodle/site:config', context_system::instance());

or implement your own capability so that you can give certain roles the ability to add the users.

missing privacy api

Please note - all plugins that implement an integration with an external service are required to implement the privacy api - I think in your case you can implement the null provider as your plugin doesn't pass any personal identifying information to the external api, and you don't store any personal information in the plugin itself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.