Removed reference to random passwords, not needed

This commit is contained in:
2010-04-20 23:52:40 +01:00
parent fa3a2d0ab1
commit 94f37ceb51
2 changed files with 0 additions and 6 deletions

View File

@@ -18,9 +18,6 @@ this is incorrect please raise a bug on the tracker.
<tr><td>Password:</td><td>{{ acc.password }}</td></tr>
</table>
<p><b>Warning:</b> You password is random, please either note it down or once logged into the service change it to something you
will remember. Service passwords are not stored in the Auth system.</p>
<p><a href="/profile">Return to your profile page</a></p>
{% endif %}

View File

@@ -15,9 +15,6 @@
<tr><td>Password:</td><td>{{ passwd }}</td></tr>
</table>
<p><b>Warning:</b> You password is random, please either note it down or once logged into the service change it to something you
will remember. Service passwords are not stored in the Auth system.</p>
<p><a href="/profile">Return to your profile page</a></p>
{% endif %}