SOLVED: Custom Authentication Pages (Login) when WordPress is installed in domain/folder/ (Not Working)

Custom Authentication Pages do not work when configured on a WordPress that is installed on a Domain/folder. However, it works fine when configured only on one domain.
For example at www.domainname.com/mifolder (Does not work) and www.domainname.com (YES Works)

They should review this

Kind regards

1 Like

Hi Antonio,
Thanks so much for your report!

Would you be so kind as to send temporary login credentials and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase?

Best regards,
timmse

1 Like

Hello timmse, I have just sent you an email with the website URL and access credentials.

Kind regards

@timmse Any update on this? I have the same issue

Hi Manny,
Unfortunately, we have not received an email from Antionio (it may have ended up in spam and, therefore, got lost).

Would you be so kind as to send temporary login credentials and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase?

Hello, I just resended the email with the access credentials again.

1 Like

Hi @solucionindividual,

Thank you for sharing access,

I’m also able to replicate the issue and have added this to our internal bug tracker!

1 Like

Has this problem been solved?

Kind regards

Thanks for your answer. Until now he had not received a concise response. I will not speak on this topic again.

Thank you
Kind regards
Anthony

I too faced this issue today when using a custom login page on a subdomain Wordpress install https://abc.something.com
Took me a long time to figure out what was happening.
I think the Docs should be updated to warn users
Thank God I had not enabled the toggle for disabling bypass link

I reported this problem 5 months ago but they still haven’t done anything to fix it. It must be something very complicated to solve. I hope the development team fixes it as soon as possible.
Kind regards.

@charaf @timmse any updates please

@timmse has this been resolved?

As far as I know, as of today, and with version 1.10 No, it has not been resolved yet. It may be very complicated to solve or they may have other preferences first. I have chosen to install a plugin that does this same thing. Now I am no longer worried about this problem.

ok… so what plugin would that be?

I honestly just decided to stick to raw WordPress login page…

It’s tried and true…

Styling isn’t too bad either… just hook into ‘login_head’ to add your custom .css stylesheet:

add_action('login_head', function() {
  wp_enqueue_style('my-wp-login-css', get_stylesheet_directory_uri() . '/path/to/your/wp-login-page.css');
});

What this means is 1 less thing to worry about regarding login. :+1:

Also, if your site is attached with Cloudflare, it gets robot check :+1:

Hi everyone,

We have a potential fix and need to test it on a few sites. If you’re interested, please email help@bricksbuilder.io with a link to this forum thread and temporary admin access to your staging environment (subdirectory installation only).

1 Like

Hello, I just sent the email you requested with the login details as Admin to my website.
Kind regards

@solucionindividual I couldn’t find the email in our inbox. Could you please share it as a reply to my latest email?

I sent the email to help@bricksbuilder.io. I can’t reply to your last email because it’s a noreply@mail.bricksbuilder.io email

Please check your spam or junk mail folder to see if my email is there.

I sent it again to help@bricksbuilder.io

Best regards
Antonio

1 Like