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?
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:
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'.