Re: [appfuse-user] login to someplace other than mainmenu?

2007-04-26 Thread DNewfield
For the archives, here's how I accomplished this: (I'm certain there are other solutions, maybe cleaner/simpler, but this works...) I changed the login link in the menu from login.jsp to login.html. In the login.html action, if the host/port of the referrer are the same as the current request, I

Re: [appfuse-user] AppFuse user registration - email auth

2007-01-29 Thread DNewfield
[EMAIL PROTECTED] wrote: > > 1.) In the signup action remember to set the user.setEnabled(false) > 2.) Remove the auto login code > 3.) Generate a token, store it on the user(add a collumn), make sure it's > unique(just add the username at the begining or end of the token ) > 4.) Add the token l