Fixes for https://github.com/runlinenl/nova-profile-tool/issues/20:
Validation errors are now displayed under each field. Fixed by adding validationKey on field
Added unique rule excluding current user. Fixed by adding unique rule, it can't be added by config, as config doesn't have access to auth user.
Fixes for https://github.com/runlinenl/nova-profile-tool/issues/20: Validation errors are now displayed under each field. Fixed by adding
validationKey
on field Added unique rule excluding current user. Fixed by adding unique rule, it can't be added by config, as config doesn't have access to auth user.