Shorten signup details

Shorten signup details

by Karim Bhatti -
Number of replies: 1

Hi there, I'm currently working on a project based on Moodle 3.3 and I'm trying to reduce the required fields (and visually disable the others) at signup to: name, username (here would be great just to get a email), password, password confirmation and country, but I can't find where. Does this needs an external login to be accomplished? Or editing the signup_form.php is needed?


Thanks

Average of ratings: -
In reply to Karim Bhatti

Re: Shorten signup details

by Sandipa Mukherjee -
Picture of Particularly helpful Moodlers

Hi Karim Bhatti,

You can edit the <your moodle>/login/signup_form.php to achieve this. Username, password, email and name are mandatory field. If you remove one of them then user will not be created. You can remove city, country from here.

Hope this helps you.

Regards,

Sandipa