I want to protect a certain page with a password. The thing is that I want to get it unlocked to users who have an active booking (I'm using WooCommerce Bookings). I have thought that a good idea could be to send an email to every user with an active booking X minutes before the actual booking starts with a private and temporary link to that locked page. The link should use a token to have it unlocked automatically. I don't know if this is possible in the WordPress environment.
Thanks!
I want to protect a certain page with a password. The thing is that I want to get it unlocked to users who have an active booking (I'm using WooCommerce Bookings). I have thought that a good idea could be to send an email to every user with an active booking X minutes before the actual booking starts with a private and temporary link to that locked page. The link should use a token to have it unlocked automatically. I don't know if this is possible in the WordPress environment.
Thanks!
Share Improve this question edited Sep 14, 2019 at 17:27 fuxia♦ 107k39 gold badges255 silver badges459 bronze badges asked Sep 14, 2019 at 17:07 eirem151eirem151 11 Answer
Reset to default 0The users could be sent a link with parameters: "{url}/booking0914?token=zxy321" Your action hook would allow users with the correct token to proceed. Others would be redirected.