]> sipb.mit.edu Git - wiki.git/blob - names/index.html
add name change tool
[wiki.git] / names / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta name="viewport" content="width=device-width, initial-scale=1">
6     <title>Names</title>
7     <!-- From simplecss.org -->
8     <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
9   </head>
10   <body>
11     <h3>Finger/Hesiod name change</h3>
12     <p>
13       
14       <details>
15         <summary>
16         What is this? (click for more info)
17         </summary>
18
19         <ul>
20           <li>The "finger" name is used as the <code>/etc/passwd</code> entry for Athena. You don't need to know what this is, but if you ever log into one of the few remaining Athena workstations, that is the name it will use to identify you.</li>
21           <li>Some old software may use this to display your name.</li>
22           <li>This name is also publicly available via some <strong>public</strong> but little-known DNS entries.</li>
23         </ul>
24         
25       </details>
26     </p>
27     <div id="login">
28       <p>
29         <button id="login">Login with Webathena</button>
30       </p>
31     </div>
32     <div id="loading" hidden="true">
33       <!-- From loading.io -->
34       <img src="pacman.gif">
35     </div>
36     <div id="applied" hidden="true">
37       <p><em>Changes have been applied!</em></p>
38     </div>
39     <div id="names" hidden="true">
40       <p>Your full name is <strong id="displayName"></strong> (to update go to <a href="https://student.mit.edu/cgi-docs/sfprwups.html">WebSIS</a>)</p>
41       <p>Your finger name is <input type="text" id="fingerName" name="fingerName"> <a href="javascript:void(0)" id="fingerToFull">Change to full name</a></a></p>
42       <button id="apply">Apply changes</button>
43     </div>
44     <script src="winchan.js"></script>
45     <script src="code.js"></script>
46     <script src="webathena-login.js"></script>
47   </body>
48 </html>