Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
b340fb45
Commit
b340fb45
authored
Jun 30, 2020
by
carlos
Browse files
view de verificacao
parent
2a690952
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/Auth/RegisterController.php
View file @
b340fb45
...
@@ -95,7 +95,7 @@ class RegisterController extends Controller
...
@@ -95,7 +95,7 @@ class RegisterController extends Controller
$user
=
new
User
();
$user
=
new
User
();
$user
->
name
=
$data
[
'name'
];
$user
->
name
=
$data
[
'name'
];
$user
->
email
=
$data
[
'email'
];
$user
->
email
=
$data
[
'email'
];
$user
->
password
=
bcrypt
(
$data
[
'
password
'
]);
$user
->
password
=
bcrypt
(
$data
[
'
senha
'
]);
$user
->
cpf
=
$data
[
'cpf'
];
$user
->
cpf
=
$data
[
'cpf'
];
$user
->
celular
=
$data
[
'celular'
];
$user
->
celular
=
$data
[
'celular'
];
if
(
$data
[
'instituicao'
]
!=
null
)
{
if
(
$data
[
'instituicao'
]
!=
null
)
{
...
...
resources/views/auth/verify.blade.php
View file @
b340fb45
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
{{
__
(
'Se você não recebeu o e-mail'
)
}},
{{
__
(
'Se você não recebeu o e-mail'
)
}},
<
form
class
=
"d-inline"
method
=
"POST"
action
=
"{{ route('verification.resend') }}"
>
<
form
class
=
"d-inline"
method
=
"POST"
action
=
"{{ route('verification.resend') }}"
>
@
csrf
@
csrf
<
button
type
=
"submit"
class
=
"btn btn-link p-0 m-0 align-baseline"
>
{{
__
(
'clique aqui para solicitar outro.'
)
}}
</
button
>
.
<
button
type
=
"submit"
class
=
"btn btn-link p-0 m-0 align-baseline"
>
{{
__
(
'clique aqui para solicitar outro.'
)
}}
</
button
>
</
form
>
</
form
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment