Re: [Dspace-tech] Tapping into user registration flow from my own aspect

2008-06-25 Thread Mark H. Wood
On Tue, Jun 24, 2008 at 01:01:38PM -0400, Mark H. Wood wrote: > Trouble is, eperson.js is passing relative URIs to sendPageAndWait(), > which evades my other-aspect code by only processing the URI through > the current (EPerson) sub-sitemap. Will Bad Things happen if I change > these to absolute p

[Dspace-tech] Tapping into user registration flow from my own aspect

2008-06-24 Thread Mark H. Wood
I need to add each newly-registered user to a default group, and since we have a custom aspect I thought I should isolate the code there rather than customizing EPerson. Trouble is, eperson.js is passing relative URIs to sendPageAndWait(), which evades my other-aspect code by only processing the U