fulldecent / moodle-enrol_course_tokens

Create single-use tokens. Then new students can create an account and enroll with these tokens.
2 stars 1 forks source link

Name is required for admin and user. User created by token can be deleted. #28

Closed Raza403 closed 3 weeks ago

Raza403 commented 3 weeks ago

The following chages are implemented.

  1. User created by tokens can be deleted now.
  2. Name is dynamically pulled from DB for admin. Admin can add name for new users.
  3. Name field is required for Users when enrolling some body else.