stranoweb / stranoweb-ajax-login

Wordpress plugin to add ajax login, register, forgot password and logout modal popups and more.
2 stars 0 forks source link

Redirect caused by missing trailing slash in some permalinks #39

Closed Norm6257 closed 8 months ago

Norm6257 commented 10 months ago

Hi,

In the SWAL permalinks settings, some of the default pages don't have a trailing slash (/login, /register, /forgot_password, /account). So when the html of a page is created and SWAL injects the permalinks, those links don't have a trailing slash. Note that "reset_password" and "logout" do have the trailing slash.

Then, when one of those links is clicked, a redirect (and associated time delay) is added to the request. For example, if forgot_passoword is clicked there is a redirect to ".../forgot_passoword/" and an associated delay (2.93 seconds in my screenshot example.)

Example screenshot:

image

Can you add the trailing slash to the permalinks?

Thanks, -Norm

stranoweb commented 10 months ago

Hi Norm,

thanks for reporting the issue.

Norm6257 commented 9 months ago

Any thoughts as to a fix ETA?

Norm6257 commented 8 months ago

I was just doing some testing and it looks like this issue has been resolved in v2.0.3. Can you confirm?

stranoweb commented 8 months ago

Hi Norn,

Yes it's been fixed. Thanks for the report.