-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.10, 3.10.7, 3.11.3, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE
-
The Description field in the User Profile (mdl_user.moodlenetprofile) has a limit of 255 chars in the database. Yet in Moodle, it is edited with the Atto editor, leading users to believe it is a large text field.
Trying to save a user profile with > 255 chars in the Description results in the following exception, as there appears to be no validation on length:
Error writing to database Debug: Data too long for column 'moodlenetprofile' at row 1
|