We need two more items that a user has to fill in when they register:
a field where they fill in their personal identifying code, CNP (cod numeric personal), with validation for 13 numeric (only) characters allowed
a field where they tick a checkbox with the following text next to it "Declar pe proprie răspundere că am minim 18 ani și că am reședința în orașul Brașov, sau o viză de flotant valabilă pentru orașul Brașov" ("I hereby declare that I am at least 18 years old and that I have valid temporary or permanent residency in Brașov").
Please use translatable strings and add both Romanian and English labels for these items.
Both items (the CNP and the fact that the user has checked that radio box) need to be displayed in the user profile, which the administrator can access at /users/<id>.
Please adhere to the way contributing in done in Consul (documentation) and create a custom user model in app/models/custom/.
We need two more items that a user has to fill in when they register:
Please use translatable strings and add both Romanian and English labels for these items.
Both items (the CNP and the fact that the user has checked that radio box) need to be displayed in the user profile, which the administrator can access at
/users/<id>
.Please adhere to the way contributing in done in Consul (documentation) and create a custom user model in
app/models/custom/
.