Closed Quentinchampenois closed 2 years ago
Add documentation for creating a new field => I am thinking about adding documentation in another PR, because there is a lot of steps I think having a task for create skeleton of new field can be interesting ?
OK, it makes sense, we are not going to make a release yet.
BTW, is this PR compatible with 0.26 and 0.27?
Add documentation for creating a new field => I am thinking about adding documentation in another PR, because there is a lot of steps I think having a task for create skeleton of new field can be interesting ?
OK, it makes sense, we are not going to make a release yet.
BTW, is this PR compatible with 0.26 and 0.27?
I did not try with 0.27, I will, but to me it should be fully compatible
Description
This PR implements the possibility for admins to enable / disable extra user fields in the signup form. Also, admins can choose which field available to add to the registration form.
When the extra user field is enabled, and at least one field is selected, a new section will be add to the registration form and account form.
Related to
Issue #8, see issue for screenshots
How to test
extra_user_fields
to the organizations table)Information
The choice of Hash for field in the jsonb column seems to me easier for future needs.
Tasks
Additionnal information
Feel free to suggest or ask for changes.
Thanks