Login to a specific URL
-
I would like to have the autologin link go to a specific url (problem 1) and I want the autologin link being generated automatically with a subscription / membership (problem 2) and finally I want the autologin link to be synced with Mailchimp so I can send out Newsletters (to subscribers) with a link to a specific URL that only can be accesed by logged in users and have them logged in directly.
Didn’t find a solution.So I tried like this:
domain.tld?ddownload=1566&autologin_code=AAylnjlJkDeEgUMnu7RcLq3Lblabla
This logged me in, but redirects to the homepage and gets an error:
Warning: A non-numeric value encountered in /app/public/wp-content/plugins/autologin-links/autologin-links.php on line 359 (this message is repeate several times to line 362)
After testing out some more I found out that it was propably a problem with the URL that didn’t work.
So login to a specific address seems to work like this:
https://domain.tld/faq?autologin_code=AAy321…
https://domain.tld/faq/?autologin_code=AAy321…(both variants worked in my case)
Cool!
Now I only need to find a way to autogenerate the autologin code and a wy to sync it with a MailChimp List
The page I need help with: [log in to see the link]
- The topic ‘Login to a specific URL’ is closed to new replies.