From: Timothy M. A. <ti...@ad...> - 2004-05-29 03:53:21
|
On Thu, 2004-05-27 at 22:21, Timothy M. Adamec wrote: > Hello (again!) list! > > Sorry to be such a bother lately, but I think I'm finally getting the > handle on this thing. Please correct me if I'm wrong about how things > are working here. > > In the site I'm working on (called Cornerstone), I'd like to have user > creation done only by the Superuser or Site Administrators. I've removed > the links in the templates to the /NewUser action, but you can still > type it in manually and create a user... [SNIP] Replying to my own message... Shouldn't that be illegal? :) At any rate... After much reading of code and documentation and breaking of code, not to mention some sleep, I think I'm finally getting the hang of this. My boss also mentioned to me today that we're going to need internationalization. Looks like it's OI2 for me, then. For some reason OI2 seems to fit my mind better than OI did; perhaps it's because the tutorial was excellent. As for the problem with disabling the /NewUser creation I was playing with under OI, all I had to do was move the new_user* templates under $site/pkg/base_user/templates and I got the "File not Found" message I was looking for originally. Thanks again to everybody (especially Chris and Teemu) for the help. /tma |