Update the new-account page to not ask for a master.passwd line. We don't
use that anymore. Mention UTF-8 with a caution.
This commit is contained in:
parent
37d7fbf3d7
commit
210bc57dde
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41145
1 changed files with 9 additions and 2 deletions
|
@ -73,11 +73,18 @@
|
||||||
and send the following information to accounts@:</p>
|
and send the following information to accounts@:</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><tt>master.passwd</tt> line containing preferred username,
|
<li><p>username (lowercase a-z and 0-9)<p></li>
|
||||||
shell, and GECOS info (no password is needed)</p></li>
|
<li><p>Full Name (as would go in a GECOS field)<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 (<strong>version 2 ONLY</strong>)</p></li>
|
||||||
</ul>
|
</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
|
<p>The mentor is responsible for obtaining this information from the
|
||||||
new committer in a secure fashion, and providing it to accounts@ in
|
new committer in a secure fashion, and providing it to accounts@ in
|
||||||
a secure fashion. PGP-signed email, with the mentor's public key
|
a secure fashion. PGP-signed email, with the mentor's public key
|
||||||
|
|
Loading…
Reference in a new issue