Notifications
Clear all

wpForo 1.x.x [Closed] Login URL Slug

3 Posts
3 Users
0 Reactions
174.8 K Views
Posts: 9
Topic starter
(@shaleedt)
Eminent Member
Joined: 5 years ago

Hi. Is there a way to change the url slug for login and register. Currently, im using the default wpforo login feature and the slug is: www.mywebsiteurl.com/forum/?wpforo=signup. It's the same with register. I'd like to change it to www.mywebsiteurl.com/login or /register. Is this possible?

Topic Tags
2 Replies
Sofy
Posts: 4585
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @shaleedt,

I'm really sorry, but currently, wpForo doesn't change its own URLs. You can use the "Custom Authorization URLs" option if you have other pages for authorization. For example, if you use BuddyPress or Ultimate Member plugin you can set these values:

Login URL: /login/
Register URL: /register/

Navigate to Forums > Settings > Members admin page and put UM Login/Register/LostPassword page slugs in according field of Authorization URLs settings:

Posts: 1
(@osd365)
New Member
Joined: 4 years ago

Hello Team,

With the custom Authorization URL, is there a option to redirect to the referrer page?

for example: https://mydomain.com/wp-login.php?redirect_to=CURRENT_URL

We use auth0 as our authentication source. Most Forum sites use their own login; so does wpforo but wpforo does have an epic 'custom Authorization URL' functionality. Is there a way to add a filter into function.php which will help us redirect back to the refer (previous) when using a 'custom Authorization URL'.