security – How to create separate login for authors/moderators/subscribers?
I am working on a simple blog on marketing niche. However, few others have shown interest and is willing to join as authors.
We know that in wordpress the importance to keep the login url unguessable. The login url is still wp-admin that redirects to wp-login. Haven’t changed it yet as I’m testing the theme.
So, i was wondering if there’s any way to create a separate login page where authors can login and publish articles on their own without knowing the main login url.
I used some plugins like Ultimate User and similar ones, but problem is that after logging from the frontend, it redirects the author to the wp-login page.
Also i am using an authentication step before it redirects to the main wp-login page. But it is doing the same for all users. But i only want it for the admins only.
So is there any solution?
PS: I am not a developer.
Leave an answer