# DiscourseConnect Provider Questions

**URL:** https://meta.discourse.org/t/discourseconnect-provider-questions/270295
**Category:** WordPress
**Created:** [July 2, 2023, 1:00am UTC](https://meta.discourse.org/t/discourseconnect-provider-questions/270295 "2023-07-02T01:00:56Z")
**Posts on this page:** 1
**Showing post:** 33

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [August 31, 2023, 3:33pm UTC](https://meta.discourse.org/t/discourseconnect-provider-questions/270295/33 "2023-08-31T15:33:57Z")

</div>

> [@Sami\_Syed](#):
>
> One small thing I am noticing is that whatever path I input into this field:
> 
> ![Screenshot 2023-08-31 095940](https://global.discourse-cdn.com/meta/original/4X/4/6/9/46944339045227859468e94a659b25617e3080a1.jpeg)
> 
> becomes the default WordPress login page.

That is the expected behaviour. The “Path to your Login Page” option is used to override the default WordPress login path. It does that by hooking into the WordPress `login_url` filter.

> [@Sami\_Syed](#):
>
> if I try now to go to /wp-admin which is what I would previously use to login as admin, it redirects me to /login/forum

It doesn’t remove the default login route at `/wp-login.php`, so you can still go directly to that URL by entering it into your browser’s address bar. Instead of going to `/wp-admin`, go to `/wp-login.php` to use the default login page.

I can think of a way that the plugin could be updated to only redirect to the “Path to your Login Page” path for logging into Discourse, but that change would take a bit of work.

---

_[View the full topic](https://meta.discourse.org/t/discourseconnect-provider-questions/270295)._
