Allow one URL path with all subfolders or URL parameters (to use password reset)
-
Hello, we are using Force Login and the WooCommerce login page which usually is at “oursite.web/my-account”
This login function also has a password reset function which is at
/my-account/lost-password/
When executed, it will display a message at the URL
/my-account/lost-password/?reset-link-sent=true
So I added all these URLs to Force Login exceptions and they are working, but then the user will get a mail with an activation key like this:
https://oursite.web/my-account/lost-password/?key=tzHf9fO15Q3K5EPIpnxl&id=12
This I cannot predict and add to exceptions. Is there any way to use a joker with the URL?
Basically, all URLs starting with “/my-account/” could be allowed.But actually, only the specific URL “/my-account/lost-password/” has to be allowed, but URL parameters like “?key=xxxx” have to be passed on.
- The topic ‘Allow one URL path with all subfolders or URL parameters (to use password reset)’ is closed to new replies.