配置 trac 以进行匿名票证提交
如何配置 trac 以允许匿名提交票证?
How would one configure trac to allow anonymous submission of tickets?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何配置 trac 以允许匿名提交票证?
How would one configure trac to allow anonymous submission of tickets?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
转到管理> 权限,然后授予“匿名”TICKET_CREATE 和 TICKET_MODIFY 权限(操作)。
请参阅:http://trac.edgewall.org/wiki/TracPermissions
Go to Admin > Permissions, then give "anonymous" the TICKET_CREATE and TICKET_MODIFY privileges (actions).
See: http://trac.edgewall.org/wiki/TracPermissions
设置 trac 站点以允许匿名(无实际登录)登录。 授予匿名用户仅创建票证的权限,如果您愿意,还可以查看现有票证。 但拒绝所有其他权限。
trac 管理插件使这变得非常简单。
Setup a trac site to allow anonymous (no actual login) login. Grant the anonymous user permission to only create tickets, and maybe view existing tickets if you wish. But deny all other permissions.
The trac admin plugin makes this pretty easy.
在您的 trac 配置中,您需要向匿名用户授予 TICKET_CREATE 权限。
In your trac config you need to give the anonymous user the TICKET_CREATE permission.