Recover password for 2016.11

Could you describe setup for password recovery in version 2016.11?

Setup from web.config Configuration - ORIGAM Documentation - ORIGAM Documentation not working.

Hi Filip,

I have updated the document:

https://origam.com/doc/display/architect/web.config+Configuration

Some of the described features (HTML mails support, some placeholders) were added in Feb 2017, and are in the master only (for the time being).

Hi Vasek,
I set new recovery password. But link only login page. Last step is enable ResetPassword page for all.

<location path="ResetPassword">
  <system.web>
	<authorization>
	  <allow users="*" />
	</authorization>
  </system.web>
</location>