-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.2
-
MOODLE_31_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-56323-master -
When you create a text input user profile field and expose it to the user signup form the default value configured is not rendered.
Steps to reproduce
- Create a 'Text input' user profile field. (/user/profile/index.php)
- Set 'Display on signup page?' to 'Yes'.
- Give the 'Default value' element some text.
- Hit 'Save changes'
- Logout and navigate to the user signup page (/login/signup.php)
Expected result
The created text input element to contain the configured default value.
Actual result
The created text input element is empty.