Custom user fields during registration and profile edit #711
This commit is contained in:
@@ -69,3 +69,26 @@ role_user:
|
||||
- user_id: 3
|
||||
role_id: 2
|
||||
user_type: App\Models\User
|
||||
|
||||
user_fields:
|
||||
- id: 1
|
||||
name: 'VATSIM ID'
|
||||
show_on_registration: true
|
||||
required: false
|
||||
private: false
|
||||
- id: 2
|
||||
name: 'Referral'
|
||||
description: 'Who referred you'
|
||||
show_on_registration: true
|
||||
required: false
|
||||
private: true
|
||||
|
||||
user_field_values:
|
||||
- id: 1
|
||||
user_field_id: 1
|
||||
user_id: 1
|
||||
value: 'my vatsim id'
|
||||
- id: 2
|
||||
user_field_id: 2
|
||||
user_id: 1
|
||||
value: 'Nobody did'
|
||||
|
||||
Reference in New Issue
Block a user