Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
3 Users
0 Reactions
183.5 K Views
Posts: 9
Topic starter
(@shaleedt)
Eminent Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 5 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'.