Moodle Registration Form Edit

前端 未结 2 2024
隐瞒了意图╮
隐瞒了意图╮ 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.

提交回复
热议问题