Hello. I use Pressbooks in our department at my university. But unfortunately, access to URIs such as wp-login
and wp-admin
is restricted to within the university network due to institutional policies. So, outside of the university network, people can’t login to our Pressbooks platform. When pressing “Sign in” both the following urls
https://uni-domain/wp-admin/index.php?page=pb_home_page
and its redirect
https://uni-domain/wp-login.php?redirect_to=https%3A%2F%2Febook.uni-domain%2Fwp-admin%2Findex.php%3Fpage%3Dpb_home_page
are unreachable.
IT department told me “If you can change these URIs from the admin panel, the issue will be resolved.”
So, any url beginning with https://uni-domain/wp-login.php?redirect
is unreachable.
Is there a way to customize that login url something like https://uni-domain/wp-comein.php?redirect
?
Any idea?
hi @demiralp unless you’re comfortable writing and maintaining your own code to modify core WordPress behaviour, you may want to look at a well-maintained plugin that provides this functionality. We don’t do this for the enterprise networks we host, but you may want to try something like WPS Hide Login – WordPress plugin | WordPress.org? Hope this helps …
1 Like
Hi, Steel. Thank you very much. WPS Hide Login plugin worked. Great support, as usual.