mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
Remove confusing sidebar message during user creation
This commit is contained in:
parent
0d2b454b6e
commit
6dc463ff6e
@ -37,22 +37,6 @@
|
|||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block sidebar %}
|
|
||||||
|
|
||||||
<div class="well sidebar">
|
|
||||||
|
|
||||||
<h3>Create User</h3>
|
|
||||||
|
|
||||||
<p>Adding a user via this administrative
|
|
||||||
interface <strong>might</strong> create a system user. For
|
|
||||||
example, if you provide a user with ssh access, she will need a
|
|
||||||
system account. If you don't know what that means, don't worry
|
|
||||||
about it.</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block page_js %}
|
{% block page_js %}
|
||||||
<script>
|
<script>
|
||||||
$('#id_username').focus();
|
$('#id_username').focus();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user