English 中文(简体)
Report Abuse in Twiki website
原标题:

I want to include report abuse button in my website. But couldn t find any such thing in the twiki documentation. Read the entire stuff on twiki variables, access controls, web preferences, but couldn t find anything about such or similar type of button.

最佳回答

TBH, I think this is a really simple suggestion that very few Wiki s have done. It would not be hard to make a simple button that anyone could click...

and so - (assuming that you re not wanting guests to report abuse - given the difficulties wrt security there) - use CommentPlugin to add a line to a common topic that has been set to DENYCHANGE=WikiGuest , and make a custom Comment Template that saves the current %BASEWEB% and %BASETOPIC% to it.

then, add the appropriate COMMENT magic to your custom skin.

ok, so thats mid level magic - I don t know how to do it all without reading docs - perhaps report an enhancement request against CommentPlugin at http://foswiki.org/Tasks...

问题回答

暂无回答




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

MALICIOUS_CODE EI_EXPOSE_REP Medium

I run findbugs against all of my code and only tackle the top stuff. I finally got the top stuff resolved and now am looking at the details. I have a simple entity, say a user: public class User ...

XSS on jsbin.com

Anyone know if jsbin.com implements any protection for XSS or other javascript attacks? I see jsbin links used fairly regularly on sites like this one and I can t find any indication from the site ...

Make md5 strong

Im making a website that will intergrate with game that only support md5 hashing metod (atm). Which ofc is not especially safe anymore. But how could i make it stronger? Should I just generate long ...

Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

热门标签