Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Customisable user profiles

From MoodleDocs

Overview

The main goal is to allow administrators to add/edit user profile fields. These fields may also be categorised, ordered, locked, hidden.

Database tables

There are 3 new tables:

  • user_info_field
  • user_info_category
  • user_info_data

Various field flags

Adding/Editing fields

User profile page

Signup page

See also