I have a unique situation in which I have WordPress users created by another platform through the use of the s2Member API. I am unable to edit the other platform other than the URL and the API key as it is a built-in function.
My end goal is to be able to have these new users be able to login with their email only, and no password. I tried adding ‘user\_pass’ as a URL parameter with an arbitrary password like ‘1234’, but it doesn’t seem to work. I thought if I new the password I could hard code it into a hidden field and have them login that way.
Are there any thoughts on how to achieve this?
[ad_2]