I have upgraded to V4 and it seems sendpass.php is gone so the lost password utility doesn't work. How do I get this to work again?
Ok, so I get that this is a form I can use. How do I integrate that into my webpage. In V3 we could just add the php code and it would work.
You can do it the same way. just copy form code from Lost Password page: Code: <form name="sendpass" method="post" action="/amember4/sendpass"> <fieldset> <legend> Lost password?</legend> <div class="row"> <div class="element-title"> <label for="sendpass">Enter your <b>E-Mail Address</b> or <b>Username</b></label> </div> <div class="element"><input type="text" name="login" id="sendpass" size="15" /></div> </div> <div class="row"> <div class="element"> <input type="submit" value="Get Password" /> </div> </div> </fieldset> </form>
This was very helpful. It does send the member to amember/member. Any way to change it to go my home page?