Skip to content

Commit 741fa2d

Browse files
authored
Merge pull request #1667 from voltan/develop
Work on user module
2 parents fedfb1f + 1dead17 commit 741fa2d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+6745
-3018
lines changed

usr/custom/module/user/config/form.register-complete.php.dist

+15-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@
1313

1414
return array(
1515
'language',
16-
'fist_name',
17-
'last_name'
16+
'first_name',
17+
'last_name',
18+
'verify' => [
19+
'element' => [
20+
'name' => 'verify',
21+
'options' => [
22+
'label' => __('Verify code'),
23+
],
24+
'attributes' => [
25+
'type' => 'number',
26+
'description' => '',
27+
'required' => true,
28+
],
29+
],
30+
],
1831
);

usr/module/system/locale/en/admin.mo

-44 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)