##// END OF EJS Templates
Pass in old groups data to CanWriteToGroup validator for later skipping group checks....
Pass in old groups data to CanWriteToGroup validator for later skipping group checks. This will be a part of refactoring done to do user permissions changes without messing with main repo form data

File last commit:

r3401:5c310b7b beta
r3524:af96fb19 beta
Show More
password_reset.html
11 lines | 340 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
<h4>${_('Hello %s') % user}</h4>
<div>${_('We received a request to create a new password for your account.')}</div>
<div>${_('You can generate it by clicking following URL')}:</div>
<pre>
${reset_url}
</pre>
<br/>
${_("If you did not request new password please ignore this email.")}