标题: 如何删除Bugzilla管理员 [打印本页] 作者: luffy2095 时间: 2008-11-7 18:05 标题: 如何删除Bugzilla管理员 hi,各位同仁,俺遇到一个麻烦,我刚刚配置好bugzilla,但是前期在建立admin账户时使用的用户名是随意的,我想重新建立;但是bugzilla只允许修改password和real name,不能更改username。我试图删除localconfig文件,但重新编译后恢复原设置;我查看了bugzilla guide,但是好像没有相关说明,我想可能需要从mysql里删除,或者建立一个新的admin,然后删除旧的,或者重新来过,当然第三种我是最不希望的。
期待你的帮助,谢谢~作者: gogogotest 时间: 2009-3-18 20:07
帮你顶,我是在建管理员帐号的时候写错了邮箱的域名,结果不是合法邮箱,收不到邮件,想换个管理员帐号,呵呵作者: chenchen1092 时间: 2009-9-14 15:20
我也遇到这个问题了。
顶一个!作者: yurong517 时间: 2010-2-26 09:29 标题: 回复 1# 的帖子 结果怎么解决的能否告知让大家共同进步呢 作者: chengmoys 时间: 2010-6-22 13:54
官方的文档说,重新运行checksetup.pl这个文件,可以重新设置,我试了下,好像不能哦作者: chengmoys 时间: 2010-6-22 13:59
checksetup.pl
Next, rerun checksetup.pl. It reconfirms that all the modules are present, and notices the altered localconfig file,
which it assumes you have edited to your satisfaction. It compiles the UI templates, connects to the database using the
’bugs’ user you created and the password you defined, and creates the ’bugs’ database and the tables therein.
After that, it asks for details of an administrator account. Bugzilla can have multiple administrators - you can create
more later - but it needs one to start off with. Enter the email address of an administrator, his or her full name, and a
suitable Bugzilla password.
checksetup.pl will then finish. You may rerun checksetup.pl at any time if you wish.作者: chengmoys 时间: 2010-6-22 14:16
~~~