in the /templates/text/ForgotPassword.xslt file, replace
```
Account/PasswordReset.aspx?token=<xsl:value-of select="Token" />
```
with
```
Account/PasswordReset.aspx?token=<xsl:value-of select="string" />
```
Comments: Also this should be done with __ru-RU__ template.
```
Account/PasswordReset.aspx?token=<xsl:value-of select="Token" />
```
with
```
Account/PasswordReset.aspx?token=<xsl:value-of select="string" />
```
Comments: Also this should be done with __ru-RU__ template.