XF 2.0 Hide lost password from login form

Why would you do that? What do you expect visitor to do if he/she forgets password? To abandon your forum?

Add template modification in admin panel. Template: "login", find this code and replace it with nothing:
Code:
					<xf:html>
						<a href="{{ link('lost-password') }}" data-xf-click="overlay">{{ phrase('forgot_your_password') }}</a>
					</xf:html>
 
Why would you do that? What do you expect visitor to do if he/she forgets password? To abandon your forum?

Add template modification in admin panel. Template: "login", find this code and replace it with nothing:
Code:
                    <xf:html>
                        <a href="{{ link('lost-password') }}" data-xf-click="overlay">{{ phrase('forgot_your_password') }}</a>
                    </xf:html>
Thanks @Arty! It works!

I need to hide lost password because I use aMember to manage users' password.

If the user need to recover your password, must use the aMember link!

190415

And last question:

Is it possible to hide this page:

190420

Thanks a lot!

Matteo F.
 
Top Bottom