I need to connect ultimate member login and setup to anspress, how can i do it?

1.36K viewsGeneral
0

I am trying to setup registrations and logins in ultimate member because of certain features that i need, but anspress keeps redirecting to wp-login when a user clicks “login” button on any of the anspress login pages.
How can i achieve this?

Answered question
0

The issue you’re facing with the redirection to the WordPress default login page is likely happening because AnsPress is using the default WordPress login URL (wp-login.php). You’ll need to modify the login behavior. Speed Stars

  • Open wp-admin.
  • Go to Settings > Ultimate Member > Settings > General, and ensure “Login redirect URL” is configured properly. Set it to a page that you want users to go to after they log in (e.g., the home page or a custom dashboard page).
  • Make sure Ultimate Member’s login page is set as the default login page for your site. You can do this by using the Ultimate Member Login Widget.
Edited answer
0

First, disable the default WordPress login by redirecting it to your Ultimate Member login page using a custom function in your theme’s functions.php.
Next, set up your Ultimate Member login and registration pages, then modify Anspress settings to ensure it points to the Ultimate Member login URL. Test the integration to confirm that users are redirected correctly and can log in seamlessly.
io games

Answered question