[google-appengine] Simple Registration Application

2013-07-08 Thread Aswath Satrasala
Hello,
I am looking for a simple registration system for my appid.
- New users should be able to register with the application
- An activation link is sent to the users email
- Allow the user to enter into the restricted screens only after activiting
the account
- Able to do reset passwd

Any open source projects doing the above

-Aswath
www.accounting-guru.net.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Simple Registration Application

2013-07-08 Thread Vinny P
Hello,

On Mon, Jul 8, 2013 at 9:51 PM, Aswath Satrasala  wrote:

> Hello,
> I am looking for a simple registration system for my appid.
> - New users should be able to register with the application
> - An activation link is sent to the users email
> - Allow the user to enter into the restricted screens only after
> activiting the account
> - Able to do reset passwd
> Any open source projects doing the above
>

Which language are you using?

GAE-Boilerplate ( https://github.com/coto/gae-boilerplate ) implements all
of those points in Python, and it's used by a number of applications.

Play Framework ( http://www.playframework.com/ ) implements those
requirements in Java (either within the framework or using plugins).

-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Simple Registration Application

2013-07-09 Thread Aswath Satrasala
I am looking for java code.
Currently, using playframework is not an option for me.  Any other pointers
would be appreciated.

Thanks.
-Aswath

On Tue, Jul 9, 2013 at 9:35 AM, Vinny P  wrote:

> Hello,
>
> On Mon, Jul 8, 2013 at 9:51 PM, Aswath Satrasala <
> aswath.satras...@gmail.com> wrote:
>
>> Hello,
>> I am looking for a simple registration system for my appid.
>> - New users should be able to register with the application
>> - An activation link is sent to the users email
>> - Allow the user to enter into the restricted screens only after
>> activiting the account
>> - Able to do reset passwd
>> Any open source projects doing the above
>>
>
> Which language are you using?
>
> GAE-Boilerplate ( https://github.com/coto/gae-boilerplate ) implements
> all of those points in Python, and it's used by a number of applications.
>
> Play Framework ( http://www.playframework.com/ ) implements those
> requirements in Java (either within the framework or using plugins).
>
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Simple Registration Application

2013-07-09 Thread Barry Hunter
On Tue, Jul 9, 2013 at 8:28 AM, Aswath Satrasala  wrote:

> I am looking for java code.
> Currently, using playframework is not an option for me.
>
>
It my help to specify WHY the play framework isnt an option.

Otherwise, there is a fair chance any other suggestion will not be an
option either. (because it breaks what ever rule you havent told us)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Simple Registration Application

2013-07-09 Thread Aswath Satrasala
Currently, I dont want to introduce another framework into the application.
I am looking at simple servlet/jsp code with out additional dependencies on
the frameworks.

-Aswath

On Tue, Jul 9, 2013 at 4:07 PM, Barry Hunter  wrote:

>
>
>
> On Tue, Jul 9, 2013 at 8:28 AM, Aswath Satrasala <
> aswath.satras...@gmail.com> wrote:
>
>> I am looking for java code.
>> Currently, using playframework is not an option for me.
>>
>>
> It my help to specify WHY the play framework isnt an option.
>
> Otherwise, there is a fair chance any other suggestion will not be an
> option either. (because it breaks what ever rule you havent told us)
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Simple Registration Application

2013-07-09 Thread Tim Niblett
Have a look at https://gaeshiro.appspot.com/ with code at 
https://github.com/cilogi/gaeshiro.  It does what you want with some stuff 
you don't -- Guice on top of servlets, Shiro for 
authentication/authorization, Google login via GAE user service and 
Facebook login via OAuth.  You can get rid of the other stuff easily enough 
I guess.

Tim

PS I posted earlier but the message has been removed.  I have no idea why.

On Tuesday, 9 July 2013 12:09:02 UTC+1, aswath wrote:
>
> Currently, I dont want to introduce another framework into the application.
> I am looking at simple servlet/jsp code with out additional dependencies 
> on the frameworks.
>
> -Aswath
>
> On Tue, Jul 9, 2013 at 4:07 PM, Barry Hunter 
> > wrote:
>
>>
>>
>>
>> On Tue, Jul 9, 2013 at 8:28 AM, Aswath Satrasala 
>> 
>> > wrote:
>>
>>> I am looking for java code.
>>> Currently, using playframework is not an option for me.  
>>>
>>>
>> It my help to specify WHY the play framework isnt an option. 
>>
>> Otherwise, there is a fair chance any other suggestion will not be an 
>> option either. (because it breaks what ever rule you havent told us)  
>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-appengi...@googlegroups.com .
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Simple Registration Application

2013-07-09 Thread Aswath Satrasala
Thanks a lot Tim.  The demo is really cool.
This suits exactly for my needs.

-Aswath
www.accounting-guru.net

On Wed, Jul 10, 2013 at 4:04 AM, Tim Niblett  wrote:

> Have a look at https://gaeshiro.appspot.com/ with code at
> https://github.com/cilogi/gaeshiro.  It does what you want with some
> stuff you don't -- Guice on top of servlets, Shiro for
> authentication/authorization, Google login via GAE user service and
> Facebook login via OAuth.  You can get rid of the other stuff easily enough
> I guess.
>
> Tim
>
> PS I posted earlier but the message has been removed.  I have no idea why.
>
>
> On Tuesday, 9 July 2013 12:09:02 UTC+1, aswath wrote:
>
>> Currently, I dont want to introduce another framework into the
>> application.
>> I am looking at simple servlet/jsp code with out additional dependencies
>> on the frameworks.
>>
>> -Aswath
>>
>> On Tue, Jul 9, 2013 at 4:07 PM, Barry Hunter  wrote:
>>
>>>
>>>
>>>
>>> On Tue, Jul 9, 2013 at 8:28 AM, Aswath Satrasala 
>>> wrote:
>>>
 I am looking for java code.
 Currently, using playframework is not an option for me.


>>> It my help to specify WHY the play framework isnt an option.
>>>
>>> Otherwise, there is a fair chance any other suggestion will not be an
>>> option either. (because it breaks what ever rule you havent told us)
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-appengi...@**googlegroups.com.
>>> To post to this group, send email to google-a...@googlegroups.**com.
>>>
>>> Visit this group at 
>>> http://groups.google.com/**group/google-appengine
>>> .
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out
>>> .
>>>
>>>
>>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Simple Registration Application

2013-07-09 Thread Tim Niblett
I made up a demo at https://gaeshiro.appspot.com which includes a simple 
login/registration system, in order to learn the tools involved.  The demo 
has a link to the code on GitHub.

It uses the Shiro authentication/authorization framework and Guice on top 
of the servlet API, as well as login via Google and Facebook, so may a bit 
over-complicated for you.  It should be straightforward to extract just the 
registration-with-email functionality though and drop Guice, Shiro and 
OAuth.

Tim

On Tuesday, 9 July 2013 12:09:02 UTC+1, aswath wrote:
>
> Currently, I dont want to introduce another framework into the application.
> I am looking at simple servlet/jsp code with out additional dependencies 
> on the frameworks.
>
> -Aswath
>
> On Tue, Jul 9, 2013 at 4:07 PM, Barry Hunter 
> > wrote:
>
>>
>>
>>
>> On Tue, Jul 9, 2013 at 8:28 AM, Aswath Satrasala 
>> 
>> > wrote:
>>
>>> I am looking for java code.
>>> Currently, using playframework is not an option for me.  
>>>
>>>
>> It my help to specify WHY the play framework isnt an option. 
>>
>> Otherwise, there is a fair chance any other suggestion will not be an 
>> option either. (because it breaks what ever rule you havent told us)  
>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-appengi...@googlegroups.com .
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.