Rev 2071 | Rev 13136 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2071 | zjchen | 1 | !bound adresse2 within $regpassmail default $empty |
2 | !if $adresse2=$empty or $adresse1=$empty |
||
3 | wims_module_log=sendpwd error $adresse1@$adresse2 |
||
4 | !reset adresse1,adresse2 |
||
5 | !exit |
||
6 | !endif |
||
7 | |||
8 | sendmail=$adresse1@$adresse2 |
||
9 | !reset adresse1,adresse2,regpass |
||
10 | wims_module_log=sendpwd $sendmail |
||
11 | !mailto $sendmail\ |
||
12 | 在WIMS服务器上创建班级用的密码\ |
||
13 | \ |
||
14 | 以下创建班级的密码 :\ |
||
15 | \ |
||
16 | $regpasswd\ |
||
17 | \ |
||
18 | 请把这个密码复制到班级创建网页内.\ |
||
19 | \ |
||
20 | \ |
||
21 | 如果你看到此信感到莫名其妙, \ |
||
22 | 那一定是有人错误地把你的电邮地址给了自动软件. \ |
||
23 | 你完全可以忽略此信.\ |
||
24 | |||
25 | |||
26 |