Quantcast

spring-security-core and registering

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

spring-security-core and registering

Stefan Armbruster
Hi,

the new spring-security-core plugin currently seems to lack the
"generate-registration" script that exists in the old acegi plugin.
Are there any plans to add this, or should this stuff go into a seperate
plugin? If think so, otherwise the spring-security-core plugin might get
blown up too large.

In addition to registration, commonly required features would be:
* "verify email on registration": after registering an email is sent to
the user with an activation code to enable his account.
* "forgot password": send user email with password reset link
* "forgot loginname": enter email address and get  system send back the
login name associated with the login
* "delete account": a logged in user should be able to delete his
account completely.
* optionally the above action should be protected by a captcha.

Is something like this already existing out there? If not, what about
creating such a plugin?

Regards,
Stefan

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: spring-security-core and registering

Rainer Brang
Hi Stefan, the answer is in Burt's announcement:
http://grails.1312388.n4.nabble.com/ANN-Spring-Security-Core-Plugin-0-1-released-td2068517.html#a2068617

It seems to be just a question of time and burt's schedule ;-)

Regards,
Rainer


Am 30.05.2010 um 12:04 schrieb Stefan Armbruster:

> Hi,
>
> the new spring-security-core plugin currently seems to lack the
> "generate-registration" script that exists in the old acegi plugin.
> Are there any plans to add this, or should this stuff go into a seperate
> plugin? If think so, otherwise the spring-security-core plugin might get
> blown up too large.
>
> In addition to registration, commonly required features would be:
> * "verify email on registration": after registering an email is sent to
> the user with an activation code to enable his account.
> * "forgot password": send user email with password reset link
> * "forgot loginname": enter email address and get  system send back the
> login name associated with the login
> * "delete account": a logged in user should be able to delete his
> account completely.
> * optionally the above action should be protected by a captcha.
>
> Is something like this already existing out there? If not, what about
> creating such a plugin?
>
> Regards,
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: spring-security-core and registering

burtbeckwith
I've made a lot of progress with the UI plugin. I have a test application that has a UI for users/roles/requestmaps, persistent logins (storing remember-me cookies in the database), registration (with email verification), forgot password, and even ACL management.

I have someone looking at the CSS and overall ui now (my UI skills are lacking) and am extracting the code into a plugin, and hope to release it in the next week or two.

Burt

> Hi Stefan, the answer is in Burt's announcement:
> http://grails.1312388.n4.nabble.com/ANN-Spring-Security-Core-Plugin-0-1-released-td2068517.html#a2068617
>
> It seems to be just a question of time and burt's schedule ;-)
>
> Regards,
> Rainer
>
>
> Am 30.05.2010 um 12:04 schrieb Stefan Armbruster:
>
> > Hi,
> >
> > the new spring-security-core plugin currently seems to lack the
> > "generate-registration" script that exists in the old acegi plugin.
> > Are there any plans to add this, or should this stuff go into a seperate
> > plugin? If think so, otherwise the spring-security-core plugin might get
> > blown up too large.
> >
> > In addition to registration, commonly required features would be:
> > * "verify email on registration": after registering an email is sent to
> > the user with an activation code to enable his account.
> > * "forgot password": send user email with password reset link
> > * "forgot loginname": enter email address and get  system send back the
> > login name associated with the login
> > * "delete account": a logged in user should be able to delete his
> > account completely.
> > * optionally the above action should be protected by a captcha.
> >
> > Is something like this already existing out there? If not, what about
> > creating such a plugin?
> >
> > Regards,
> > Stefan
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list, please visit:
> >
> >    http://xircles.codehaus.org/manage_email
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: spring-security-core and registering

Stefan Armbruster
Hi Burt,

that's great news. I'd be happy to see that plugin.

Regards,
Stefan

Am 30.05.2010 17:19, schrieb Burt Beckwith:

> I've made a lot of progress with the UI plugin. I have a test application that has a UI for users/roles/requestmaps, persistent logins (storing remember-me cookies in the database), registration (with email verification), forgot password, and even ACL management.
>
> I have someone looking at the CSS and overall ui now (my UI skills are lacking) and am extracting the code into a plugin, and hope to release it in the next week or two.
>
> Burt
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: spring-security-core and registering

Abby
In reply to this post by burtbeckwith
I am using this plugin! Trust me, this has given a boost to my development!

Thanks a lot..
Loading...