hello -- i run php wiki and lately my site has been getting spammed by bots changing the content of my pages. is there a way to universally turn editing off for all non-admin users? i searched through the docs extensively and didn't see anything like this, forgive me in advance if this is documented elsewhere. if not please let me know.
thanks! --r
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello -- i run php wiki and lately my site has been getting spammed by bots changing the content of my pages. is there a way to universally turn editing off for all non-admin users? i searched through the docs extensively and didn't see anything like this, forgive me in advance if this is documented elsewhere. if not please let me know.
thanks! --r
Disable
ALLOW_ANON_EDIT and/or ALLOW_BOGO_LOGIN
in config/config.ini (since 1.3.10) or index.php (before)
Current CVS, which will be released this weekend (hopefully), has more spam prevention methods.
Running current CVS is recommended, since it's considered stable.
oh man i feel so dumb, should have looked there. sorry, and, it worked! thanks fellas --r