mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-15 07:12:16 +00:00
Removed reference to random passwords, not needed
This commit is contained in:
@@ -18,9 +18,6 @@ this is incorrect please raise a bug on the tracker.
|
|||||||
<tr><td>Password:</td><td>{{ acc.password }}</td></tr>
|
<tr><td>Password:</td><td>{{ acc.password }}</td></tr>
|
||||||
</table>
|
</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>
|
<p><a href="/profile">Return to your profile page</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
@@ -15,9 +15,6 @@
|
|||||||
<tr><td>Password:</td><td>{{ passwd }}</td></tr>
|
<tr><td>Password:</td><td>{{ passwd }}</td></tr>
|
||||||
</table>
|
</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>
|
<p><a href="/profile">Return to your profile page</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user