Now default value set a value only on registration form (see screenshot)
Why this change?
On previous release: if user edit his profile and set a field (with default value) with a empty value, the system save the empty value (correct) but when user go on edit page he see on this field the default value.
Example:
I have a text field with default value set to "some Text".
- I go on edit profile and I set for this field a empty value. This is allowed because it is not a required field.
- Now on profile page I see empty field "No infomation entered", this is correct because I have set a empty value.
- Now I go on profile page and I see still "some Text". I think there is an error.