Update the 'new account' procedures
- UTF-8 support is much better now - Document addition of committer to phabricator and moinmoin - v2 is the only common version of ssh now-a-days
This commit is contained in:
parent
ab05cacd2f
commit
e0003f59f8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47784
1 changed files with 10 additions and 7 deletions
|
@ -76,17 +76,12 @@
|
|||
|
||||
<ul>
|
||||
<li><p>username (lowercase a-z and 0-9)</p></li>
|
||||
<li><p>Full Name (as would go in a GECOS field)</p></li>
|
||||
<li><p>Full Name (as would go in a GECOS field; UTF-8 encoded)</p></li>
|
||||
<li><p>optional additional GECOS information (phone, location etc)</p></li>
|
||||
<li><p>shell (sh, csh/tcsh, bash, zsh are available)</p></li>
|
||||
<li><p>ssh V2 public key (<strong>version 2 ONLY</strong>)</p></li>
|
||||
<li><p>ssh V2 public key</p></li>
|
||||
</ul>
|
||||
|
||||
<p>Any non-ASCII characters for the <em>Full Name</em> field should be encoded
|
||||
in UTF-8. Be aware that we have very limited support for this and caution
|
||||
that they are likely to be frequently corrupted. The number of characters
|
||||
should kept to a minimum.</p>
|
||||
|
||||
<p>The mentor is responsible for obtaining this information from the
|
||||
new committer in a secure fashion, and providing it to accounts@ in
|
||||
a secure fashion. PGP-signed email, with the mentor's public key
|
||||
|
@ -119,6 +114,14 @@
|
|||
the new committer and mentor jointly go through the first commit
|
||||
operations.</p>
|
||||
|
||||
<h2>Additional Services</h2>
|
||||
|
||||
<p>The mentor should add the new committer to the <a
|
||||
href="https://wiki.freebsd.org/DevelopersGroup">Developers
|
||||
group</a> on the wiki and to the <a
|
||||
href="https://reviews.freebsd.org/project/view/3/">committer</a>
|
||||
project on Phabricator.</p>
|
||||
|
||||
<p>Reading the <a
|
||||
href="&base;/doc/en_US.ISO8859-1/articles/committers-guide/index.html">Committer's
|
||||
Guide</a> is considered a good first step for new committers, especially
|
||||
|
|
Loading…
Reference in a new issue