As a fellow programmer, I share your pain. But if it wasn't bugged, it'd be no fun!
This reminds me that I still have to update to the latest version. I did a lot of tweaking in the previous release to restrict access to most pages for non-admin people. I think I should modify that router class instead of all the pages and javascript stuff. Also, registrations cannot be disabled (that'd be a great plus!). Good luck in your quest for debugging!
With Revision 2 came the option to easily disable/enable signups. I forgot to document it on the download info (I just did). Now you only have to set CONFIG::enable_signups to false to prevent user signups.
As a fellow programmer, I share your pain.
ReplyDeleteBut if it wasn't bugged, it'd be no fun!
This reminds me that I still have to update to the latest version.
I did a lot of tweaking in the previous release to restrict access to most pages for non-admin people.
I think I should modify that router class instead of all the pages and javascript stuff.
Also, registrations cannot be disabled (that'd be a great plus!).
Good luck in your quest for debugging!
Thank you. lol.
ReplyDeleteWith Revision 2 came the option to easily disable/enable signups. I forgot to document it on the download info (I just did). Now you only have to set CONFIG::enable_signups to false to prevent user signups.