> On Thu, Feb 3, 2011 at 7:17 AM, eRobot wrote:
> > Thats a good point Dave, I could create a separate app for this as
> they will
> > not need to see my web app, they only need to see the image and
click
> a
> > radio button to approve or not.
> >
> > Would you recommend a login approach or some k
> I need to allow a user to log in to my struts2 web app and approve an
> image. They can only see their images pending approval and should not
> have access to the rest of the site.
We implement this concept by simply using role-based security.
Users who are allowed to approve or deny images or
enu fourni.
> Date: Thu, 3 Feb 2011 06:32:27 -0500
> Subject: Re: Struts2 - Image Approval Process
> From: davelnew...@gmail.com
> To: user@struts.apache.org
>
> On Thu, Feb 3, 2011 at 6:10 AM, eRobot wrote:
> > I need to allow a user to log in to my struts2 web app an
what about something like this:
Create a token using a UUID and add it to a database along with
creation time and what the token should grant access to.
Send an email to the user with the url
http://www.mysite.com/page?token=zxczxczxczxczxc
When the user navigates to the url, create new sessio
On Thu, Feb 3, 2011 at 7:17 AM, eRobot wrote:
> Thats a good point Dave, I could create a separate app for this as they will
> not need to see my web app, they only need to see the image and click a
> radio button to approve or not.
>
> Would you recommend a login approach or some kind of temporary
Thats a good point Dave, I could create a separate app for this as they will
not need to see my web app, they only need to see the image and click a
radio button to approve or not.
Would you recommend a login approach or some kind of temporary url.
I need security but would like to avoid issuing
On Thu, Feb 3, 2011 at 6:10 AM, eRobot wrote:
> I need to allow a user to log in to my struts2 web app and approve an image.
> They can only see their images pending approval and should not have access
> to the rest of the site.
>
> This is to replace an old process of emailing the user images pen
7 matches
Mail list logo