Skip to content
Snippets Groups Projects
Commit d365b2de authored by Bob Mottram's avatar Bob Mottram
Browse files

Move from user terminology to 'members'

Similar to Hubzilla. Members are semantically adjacent to clubs and a club is perhaps a better mental frame for a small group of people on the same system.
parent e8bd0ae8
No related branches found
No related tags found
No related merge requests found
......@@ -64,12 +64,12 @@ Select the apps icon and you can then add new internet apps to the box by pressi
Some apps can take a while to install, so keep checking the apps screen and don't expect it to happen immediately.
Up to a maximum of ten users may be added via the users screen. It's advisable to add the apps you want and then add users later if you're going to have multiple members of your household using this system.
Up to a maximum of ten members may be added via the members screen. It's advisable to add the apps you want and then add people later if you're going to have multiple members of your household using this system.
#+attr_html: :width 40% :align center
[[file:images/fbone_users.png]]
If you're an advanced GNU/Linux user then you might want to enable secure shell logins from the settings screen. You'll need to supply an ssh public key if you do.
If you're familiar with using a GNU/Linux terminal then you might want to enable secure shell logins from the settings screen. You'll need to supply an ssh public key if you do.
#+attr_html: :width 70% :align center
[[file:images/fbone_settings.png]]
......
This diff is collapsed.
......@@ -98,7 +98,7 @@
<div>
<a href="./users.html">
<img src="images/admin_users.png" style="width:100%" alt="Users icon">
<center translate="yes" lang="en">Users</center>
<center translate="yes" lang="en">Members</center>
</a>
</div>
</div>
......
......@@ -110,10 +110,10 @@
<div class="card">
<div class="header">
<a href="users.html"><img id="headerpic" class="img-responsive" src="images/logo.png" alt="Freedombone"></a><br>
<img id="domainicon" class="img-responsive" src="images/admin_users.png" alt="Add user icon">
<h2 translate="yes" lang="en">Add a new user</h2>
<img id="domainicon" class="img-responsive" src="images/new_user.png" alt="Add member icon">
<h2 translate="yes" lang="en">New Member</h2>
<p class="domaintext" translate="yes" lang="en">Please enter their username. This should be lower case only and with no spaces.</p>
<p class="domaintext" translate="yes" lang="en">Please enter their nickname. This should be lower case only and with no spaces.</p>
<form action="newuser.php" method="post">
<p><input type="text" name="username"></p>
......
......@@ -123,13 +123,12 @@
<div class="card">
<div class="header">
<a href="users.html"><img id="headerpic" class="img-responsive" src="images/logo.png" alt="Freedombone"></a><br>
<img id="domainicon" class="img-responsive" src="images/admin_users.png" alt="Add user icon">
<h2 translate="yes" lang="en">Add a new user</h2>
<img id="domainicon" class="img-responsive" src="images/new_user.png" alt="Add member icon">
<h2 translate="yes" lang="en">New Member</h2>
<p class="domaintext" translate="yes" lang="en">The new user is being added. Write down or save their password.</p>
<p class="domaintext" translate="yes" lang="en">A new member is being added. This may take a minute or two.<p>
<p class="domaintext" translate="yes" lang="en">Write down or save their password.</p>
<p class="passwordtext" translate="no">NEWPASSWORD</p>
<p class="domaintext" translate="yes" lang="en">This may take a minute or two. For details see:</p>
<p class="domaintext" translate="yes" lang="en"><a href="log.txt">diagnostics log</a></p>
<form action="users.html" method="post">
<input type="submit" name="submitnewuserconfirm" translate="yes" lang="en" value="Go Back">
......
......@@ -110,10 +110,10 @@
<div class="card">
<div class="header">
<a href="new_user.html"><img id="headerpic" class="img-responsive" src="images/logo.png" alt="Freedombone"></a><br>
<img id="domainicon" class="img-responsive" src="images/admin_users.png" alt="Add user icon">
<h2 translate="yes" lang="en">Add a new user</h2>
<img id="domainicon" class="img-responsive" src="images/new_user.png" alt="Add member icon">
<h2 translate="yes" lang="en">New Member</h2>
<p class="domaintext" translate="yes" lang="en">We're sorry, but the username you gave is not suitable. Check that it does not contain spaces, is lower case and at least 3 characters in length.</p>
<p class="domaintext" translate="yes" lang="en">We're sorry, but the nickname you gave is not suitable. Check that it does not contain spaces, is lower case and at least 3 characters in length.</p>
<form action="new_user.html" method="post">
<input type="submit" name="submituserinvalid" translate="yes" lang="en" value="Continue">
......
......@@ -80,7 +80,7 @@
<div class="header">
<a href="index.html"><img id="headerpic" class="img-responsive" src="images/logo.png" alt="Freedombone"></a>
<br><label translate="yes" lang="en">Users</label>
<br><label translate="yes" lang="en">Members</label>
</div>
<!-- users list -->
......
webadmin/images/new_user.png

20.9 KiB

This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment