Skip to content
Snippets Groups Projects
Commit 86656447 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: remove username input

parent d8059e84
No related branches found
No related tags found
2 merge requests!200Feature/projects,!192fix: remove username input
Pipeline #6938 passed
......@@ -11,16 +11,14 @@ div.content-box__info.flex
solid-form.form.button-register(
bind-resources=''
fields='line-1(first_name, last_name), line-2(username, email)'
fields='line-1(first_name, last_name), line-2(email)'
class-first_name='form-label is-light is-half-width input-text-like'
class-last_name='form-label is-light is-half-width input-text-like'
class-username='form-label is-light is-half-width input-text-like'
class-email='form-label is-light is-half-width input-text-like'
class-email='form-label is-light is-full-width input-text-like'
label-first_name='Prénom *'
label-last_name='Nom *'
label-username='Nom d\'utilisateur *'
label-email='E-mail *'
next='admin-user-list'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment