Page: hidden link
Being logged out:
When I click login I want to get redirected to the account page in front-end, however I am redirected to wp-admin instead.
Also asking me to update my password.
We use WordPress default login form which Toolset redirects to.
We didn't touch this form whatsoever.
The platform keeps redirecting us to the wp-admin page even though we input the correct login credentials.
- How can you have this solved? We are no coders ourselves.
- Also, where can we make translations to the default login form. For example: username or (should become wachtwoord of), new password (should become nieuw wachtwoord), repeat new password (should become nieuw wachtwoord herhalen), reset password (should become wachtwoord herstellen)
Can I've admin access details so I can check whats going on.
As per our support policy, we entertain only one question per ticket. This will help other users searching on the forum as well as help us to write correct problem resolution summery.
So, lets fix the issue one by one.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admi) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I found that you are using the Advanced Access Manager plugin:
=> hidden link
That plugins offers you the feature to set the login redirect URL per role:
=> hidden link
The user mvda is administrator user, so I suggest you should try to adjust the login redirect URL for administrator role and for other roles where applicable.
To test AAM I changed the login redirect from default wordpress to the account page (hidden link) for the administrator role.
However when I am logged out, visit hidden link, click "inloggen", login with the credentials of my role as aministrator the platform still redirect me to the wp-admin page instead of hidden link.
I'm not sure whats going on with your site as I already added the login form with redirect URL but redirection url somehow hijack.
As this is your production site and you asked me to not change anything to run a test I've added the following code to your current theme's functions.php file:
You can see the different login redirection UR: for administrator and other users as you can see with the above code. For now, I've set the page /account-pagina/ as redirection page for both administrator users and other users.
I checked that and its working as expected and when I loggedin it redirect me to /account-pagina/ page.