fix: update info about the usernames
This commit is contained in:
parent
c515b7f07f
commit
eb805a0594
1 changed files with 19 additions and 5 deletions
|
@ -67,10 +67,22 @@
|
|||
<h4>Changes:</h4>
|
||||
<ul>
|
||||
<li>
|
||||
Usernames have been converted to lowercase, <code>UserName</code> is now <code>username</code>.
|
||||
</li>
|
||||
<li>
|
||||
Usernames starting with a number have been prefixed by a <code>_</code>, <code>0username</code> is now <code>_0username</code>.
|
||||
<p>
|
||||
Usernames have been converted to comply with modern linux standards.
|
||||
<br />
|
||||
Usernames with uppercase have been converted to lowercase.
|
||||
<br />
|
||||
Usernames starting with a number have been prefixed by a <code>_</code>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<code>UserName</code> is now <code>username</code>.
|
||||
</li>
|
||||
<li>
|
||||
<code>0username</code> is now <code>_0username</code>.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
|
@ -140,7 +152,9 @@
|
|||
|
||||
<h2>Account Recovery</h2>
|
||||
<p class="p1">
|
||||
Reminder: To hold a Skynet account you must be a current member of the UL Computer society.
|
||||
Reminder:
|
||||
<br />
|
||||
To hold a Skynet account you must be a current member of the UL Computer society.
|
||||
<br/>
|
||||
This is done through UL Wolves (<a href="https://ulwolves.ie" target="_blank" rel="noopener">https://ulwolves.ie</a>).
|
||||
<br/>
|
||||
|
|
Loading…
Reference in a new issue