Moodle Registration Form Edit

前端 未结 2 1994
隐瞒了意图╮
隐瞒了意图╮ 2021-01-22 08:00

I am using moodle 2.8.1

My query is regarding Moodle registration form:

I want to add a confirm password field which would be required same as Email(again) field

相关标签:
2条回答
  • 2021-01-22 08:12

    We made a small open source module covering this use case.

    It adds the field on the fly in the registration form, along with the necessary validation, using addRule and the compare rule.

    0 讨论(0)
  • 2021-01-22 08:17

    If you want to add fields to the registration form, you can do it using user profile fields in Site administration > Users > Accounts > User profile fields.

    You have to set 'Display on signup page', which will show the field in the signup form, and 'Who is this field visible to' .

    If you need more details refer: http://docs.moodle.org/26/en/User_profile_fields

    Hope this helps.

    0 讨论(0)
提交回复
热议问题