>>>>> "D" == David Sean Taylor <[EMAIL PROTECTED]> writes:
D> Iterator users = JetspeedSecurity.getUsers(); while
D> (users.hasNext()) { ...
Oh, that's clever -- thanks!
I suppose I could place that code into the init function of some pull
service? It's only needed when the site is rebuilt from scratch, and
it's essential it's never run more than once (like when the server is
rebooted), but it also can't be in a secure portlet because admin
needs to login before they can run the admin portlets.
Are there any recommended places to put one-shot temp code like this?
--
Gary Lawrence Murphy - [EMAIL PROTECTED] - TeleDynamics Communications
- blog: http://www.teledyn.com/mt/ - biz: http://teledyn.com/ -
"Computers are useless. They can only give you answers." (Picasso)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>