Custom WP Login page

Hi,

Fairly recent to Bricks builder, coming from Elementor.
When on Elementor used a plugin called Toolkit for Elementor that allowed you to easily set a custom login URL and be done with it.

I’m wondering what’s the preferred approach for the community here, since … well, that’s going now. :slight_smile: Thanks!

Take a look at Custom Authentication Pages – Bricks Academy

Hi there @webdev thanks for your reply.
By implementing this method, the direct access to /wp-admin/ is disabled?

No. The customizer is really just to create your own custom login page. Requests to /wp-login.php would redirect to whatever page you had set in the bricks settings. If you want to lock down your backend then you could use a plugin with those features or a firewall that restricts access.

Bricksforge has a backend customizer that allows for what you want. Backend Designer – Bricksforge Docs

Thank you once again for your reply.
Maybe my initial post wasn’t really clear, because my main objective was to disable access to /wp-admin/

WPS Hide Login would make the login whatever you want. If you tried to access /wp-admin, /wp-admin/ you would get a 404 if not logged in already. If you don’t know the URL you set WPS to you would not be able to login to the backend. If you had a login form with Woo somewhere the user could visit /wp-admin/ but would only see their profile info.

If you need a hardened installation, that is a service I offer.

Thanks but I’m able to implement.
As I was saying initially I was quite used to this Toolkit for Elementor plugin that would do just that. So been relying on this for maybe idk over 5 years now and not giving it much thought
So was looking to understand what would be the preferred approach to remove access to /wp-admin/
Cheers.