diff --git a/contentcuration/contentcuration/frontend/accounts/components/form/StudioEmailField.vue b/contentcuration/contentcuration/frontend/accounts/components/form/StudioEmailField.vue new file mode 100644 index 0000000000..10b2c82127 --- /dev/null +++ b/contentcuration/contentcuration/frontend/accounts/components/form/StudioEmailField.vue @@ -0,0 +1,64 @@ + + + + + + + + diff --git a/contentcuration/contentcuration/frontend/accounts/components/form/StudioPasswordField.vue b/contentcuration/contentcuration/frontend/accounts/components/form/StudioPasswordField.vue new file mode 100644 index 0000000000..873b84ca11 --- /dev/null +++ b/contentcuration/contentcuration/frontend/accounts/components/form/StudioPasswordField.vue @@ -0,0 +1,48 @@ + + + + + + + + diff --git a/contentcuration/contentcuration/frontend/accounts/pages/Create.vue b/contentcuration/contentcuration/frontend/accounts/pages/Create.vue index 12074ef1ea..f1ad5d62bb 100644 --- a/contentcuration/contentcuration/frontend/accounts/pages/Create.vue +++ b/contentcuration/contentcuration/frontend/accounts/pages/Create.vue @@ -1,11 +1,13 @@ - - + + {{ $tr('createAnAccountTitle') }} + + {{ $tr('createAnAccountTitle') }} - - + - {{ registrationFailed ? $tr('registrationFailed') : $tr('errorsMessage') }} - - + {{ $tr('registrationFailedOffline') }} - + - + {{ $tr('basicInformationHeader') }} - - - - - - - {{ $tr('usageLabel') }}* + {{ $tr('usageLabel') }}* - - - + - + + - + + + + {{ $tr('fieldRequired') }} - - {{ $tr('locationLabel') }}* + {{ $tr('locationLabel') }}* + + {{ $tr('fieldRequired') }} + - {{ $tr('sourceLabel') }}* + - {{ $tr('sourceLabel') }}* - - - - - - - + - - - + + + {{ $tr('fieldRequired') }} + - - + - - {{ $tr('ToSRequiredMessage') }} - + {{ $tr('ToSRequiredMessage') }} - + - | - - - - {{ $tr('contactMessage') }} - + + {{ $tr('contactMessage') }} - - + + - + @@ -229,33 +243,35 @@