{{ form.renderDecorated('username', [ 'length': 7 ]) }} {{ form.renderDecorated('id', [ 'length': 2, 'label-length' : 1 ]) }}
{{ form.renderDecorated('name') }}
{{ form.renderDecorated('email') }}

Password

{% if form.has('passwordCurrent') %}
{{ form.renderDecorated('passwordCurrent') }}
{% endif %}
{{ form.renderDecorated('passwordNew') }}
{{ form.renderDecorated('passwordConfirm') }}

Social sign-in


{{ icon('brand/github', [ '3x' ]) }}
{% if user.getGithubId() > 0 %} Disconnect {% else %} Connect {% endif %}
{{ icon('brand/gitlab', [ '3x' ]) }}
{% if user.getGitlabId() > 0 %} Disconnect {% else %} Connect {% endif %}
{{ icon('brand/google', [ '3x' ]) }}
{% if user.getGoogleId() > 0 %} Connect {% else %} Connect {% endif %}

{{ form.render('Save') }}