Modify enrollment to make "city" not mandatory

Re: Modify enrollment to make "city" not mandatory

by Serrano David -
Number of replies: 0
If I understand you, you want that the city will be not obligatory in the user profile form.

If that's right, you have to add a comment betwen this sentence in /user/edit.php

    if (empty($usernew->city))
        $err["city"] = get_string("missingcity");