Security

{% if user.roles.ROLE_SUPERADMIN is defined or data.id == user.id %} {% endif %}
{% if user.roles.ROLE_SUPERADMIN is defined or data.id == user.id %} {% endif %}
Passwords should contain:
  • at least 12 characters
  • no more than 32 characters
  • at least 1 capital letter
  • at least 1 number
  • at least 1 symbol (e.g. '!', '$', '*'')
  • no more than 2 identicle consecutive characters (e.g 'aa' = ok, 'aaa' = bad)
Leave password boxes empty if you do not wish to change password