Forgot Password:

This section consist of a form which can be used for getting the lost password from the administrator of the site.


Available Options:

  • Forgot password form.

Forgot password form:

Output:

Reset your password

Code:


<div class="darkout-section">
{% include do-forgot-password.html%}
</div>


How to add in page:

  • Step1: Add forgot password form to the page using the include statement.
  • Step2: On the page use

<div class="darkout-section">{% include do-forgot-password.html%}</div>