create user from customer page

This commit is contained in:
denisdulici
2017-11-27 12:44:50 +03:00
parent 3894872d33
commit 971a86abf4
7 changed files with 25 additions and 30 deletions

View File

@ -0,0 +1,11 @@
<?php
return [
'allow_login' => 'Allow Login?',
'user_created' => 'User Created',
'error' => [
'email' => 'The email has already been taken.'
]
];