Rev 6235 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
7486 | bpr | 1 | !set name_admpasswd=请输入服务器管理员的密码 |
23 | reyssat | 2 | |
7486 | bpr | 3 | !read authscript.phtml |
23 | reyssat | 4 | !if $passone!=$empty |
7486 | bpr | 5 | <p> |
23 | reyssat | 6 | 由于你没有定义管理员的密码, 服务器生成了仅供本次使用的一次性密码. |
5978 | bpr | 7 | 你可在WIMS服务器的文件<span class="tt">$wims_home/$oncename</span>里找到这个密码. |
23 | reyssat | 8 | 请把你在这个文件里读到的密码输入上面框内. |
5874 | bpr | 9 | </p><p> |
23 | reyssat | 10 | 如果你要定义一个永久性的密码 (其安全性不及一次性密码), |
7486 | bpr | 11 | 你可将此密码存入<span class="tt">$wims_home/log/.wimspass</span>. |
12 | 但是你<b>必须</b>使这个文件只能由你一个人读取! |
||
13 | </p> |
||
23 | reyssat | 14 | !else |
7486 | bpr | 15 | <p> |
23 | reyssat | 16 | 你已经定义了一个永久性的服务器管理员密码. 请注意, 你也可以使用一次性密码, 且后者更安全. |
5874 | bpr | 17 | </p><p> |
5978 | bpr | 18 | 为了切换到一次性密码, 你只要删除服务器里的文件<span class="tt">$wims_home/log/.wimspass</span>. |
7486 | bpr | 19 | </p> |
23 | reyssat | 20 | !endif |
21 | |||
22 | 请你在操作管理员密码时要非常小心. 以管理员身份的入侵可以破坏你的服务器的所有数据! |
||
23 |