由 danielwfh 在 08-05-2004 14:15 发表:
邮件问题-——急。。。
Fatal error: No valid backend defined: this is just a template in
/www/apache/htdocs/mail/plugins/change_password/backend/template.php on line 62
我用的是squrrelMail,安装了密码修改的插件,可是当修改密码时出现下面的错误提示,是哪里出了问题,谢谢,请高手帮忙看看
linux菜鸟,正在努力
由 danielwfh 在 08-05-2004 14:40 发表:
顶
linux菜鸟,正在努力
由 Snoopy 在 08-05-2004 16:07 发表:
权限和路径
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 danielwfh 在 08-06-2004 11:00 发表:
那怎么改呀,版主,现在都急死了(呜呜,工作要丢了,linux不是很熟,让我配邮件),我是安说明装的插件,其他的插件都能用,就这个不能用.
linux菜鸟,正在努力
由 gnfzc 在 08-06-2004 11:22 发表:
请问楼主,哪里找到的改密码的插件?能给个连接吗?
谢谢你了!
由 danielwfh 在 08-06-2004 11:53 发表:
我用的是1.5的版本,那个里面就有那个修改密码的插件,里面有好多的插件呢
linux菜鸟,正在努力
由 danielwfh 在 08-06-2004 11:59 发表:
这个是那个修改密码的插件
linux菜鸟,正在努力
由 chg 在 08-06-2004 14:05 发表:
刚搞完这个问题。
你这个change_password不是用来改系统用户密码的。
应该用这个
change_passwd
看README INSTALL两个文件就可以搞定了。
由 chg 在 08-06-2004 14:12 发表:
ff
我修改了change_passwd的en.lang文件。
改成了中文的。
1
2
3
4
5/*********************************************
6
7* English language file *
8
9* By Thiago Melo de Paula ([email protected]) *
10
11*********************************************/
12
13
14
15$optionTitle = "修改邮箱密码";
16
17$optionDescription = "修改你的e-mail 密码";
18
19
20
21$status[1] = "用户名有误";
22
23$status[2] = "新密码有误";
24
25$status[3] = "旧密码有误";
26
27$status[4] = "root用户不能这样修改密码";
28
29$status[5] = "新密码和老密码是一样的,请再输入一次";
30
31$status[6] = "读系统文件有错";
32
33$status[7] = "读系统文件有错";
34
35$status[8] = "A temporary file cannot be opened";
36
37$status[9] = "你的旧密码不正确";
38
39$status[10] = "User doesn't exist";
40
41$status[126] = "程序权限有误,请看README文件";
42
43$status[127] = "修改密码的程序没有发现!";
44
45$statusException = "An undefined error has occurred";
46
47$statusCapture = "
<br/>
1Captured error:";
2
3$statusConfirm = "两次所输入的新密码不一样.";
4
5$statusBadChars = "所输入的密码不符合要求.";
6
7$statusOk = "你已经成功的修改了密码";
8
9
10
11$title = "修改你的邮箱密码";
12
13
14
15$instruction = " 注意事项:"
16
17."
<ul>"
."<li>系统区分大小写,a和A并不一样.<br/>"
."<li>密码中要包括数字、字符.<br/>"
."<li>新密码要六位以上.<br/>"
."<li>新密码最少要求有3个字符(a-z A-Z),2个数字(0-9)以上.<br/>"
//."<li>如果密码已经安全的修改,你最好退出,然后再用新密码重新登录"
."</li></li></li></li></li></ul>
1";
2
3
4
5$labelUsername = "你的帐号:";
6
7$labelOldPw = "旧密码:";
8
9$labelNewPw1 = "新密码:";
10
11$labelNewPw2 = "再新密码:";
12
13$labelConfirmSubmitButton = "修改密码";
14
15
16
另存为cn.lang
再修改change_passwd/config.php
中对lang的指定就是行了。。。
把en.lang换为cn.lang
由 gnfzc 在 08-06-2004 19:15 发表: