Skip to content
Discussion options

You must be logged in to vote

If you see in https://github.com/Laravel-Backpack/theme-coreuiv2/blob/main/resources/views/auth/login.blade.php

the line 84 is:

@if (backpack_users_have_email() && backpack_email_column() == 'email' && config('backpack.base.setup_password_recovery_routes', true))

and yours is:

@if (backpack_users_have_email() && backpack_theme_config('setup_password_recovery_routes', true))

Need to to the same with line 89
Original

@if (config('backpack.base.registration_open'))

Yours:

@if (backpack_theme_config('registration_open'))

Try to adapt as the official file, refresh the cache and the error must gone

Cheers

Replies: 7 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@blondie63
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@blondie63
Comment options

Comment options

You must be logged in to vote
1 reply
@blondie63
Comment options

Answer selected by blondie63
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants