mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +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>
|
||||
</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 %}
|
||||
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user