1. 05 Nov, 2013 1 commit
    • registration-optional: Allow to hide some optional registration fields · 08dffa12
      Allow to control which of the optional fields from the registration page
      are being displayed to the user. Added the configuration variable
      `REGISTRATION_OPTIONAL_FIELDS` to control which ones. The default value
      shows all the fields as currently; to not display some of the fields,
      set the configuration variable with only the fields you want to display:
      
      ```
      REGISTRATION_OPTIONAL_FIELDS = [
          'level_of_education',
          'gender',
          'year_of_birth',
          'mailing_address',
          'goals'
      ]
      ```
      Xavier Antoviaque committed
  2. 04 Nov, 2013 2 commits
  3. 01 Nov, 2013 22 commits
  4. 31 Oct, 2013 15 commits