Results 1 to 5 of 5

Thread: Is there an example for registration login with email verify

  1. #1
    Join Date
    Aug 2004
    Location
    Omaha
    Posts
    3

    Default Is there an example for registration login with email verify

    I am new to Spring and Acegi. I would like to set-up a standard type of authentication process where the user would register on line and then be sent an email link asking them to click on the link to confirm their registration.

    After that point they could simply login. Is there an example similar to this or has someone already done this and care to share? If not would someone be interested in collaborating with me and sharing it with the group.

    TIA,

    Tom K.

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Not as far as I know. It's out of scope for Acegi Security, as you're getting into application services as distinct from platform security. Just write a Spring MVC Controller and services layer that sends the email, receives the email ping code, and creates a user in your authentication repository (ie JDBC data source). Once in the authentication repository, you can use a suitable AuthenticationDao along with DaoAuthenticationProvider and you're away.

  3. #3
    Join Date
    Aug 2004
    Location
    Omaha
    Posts
    3

    Default I agree but...

    I agree that it is out of scope of the project. However I think that having such an acegi example would be "great" because it would show developers a practical use of acegi that I'm sure is invented over and over again for many portals and websites that need authentication and autorization.
    I would be willing to code and post it back to the list if I could get some help from the list. I am learning Spring and the whole concept of MVC, but it might give me some incentive to learn more. Any interest?

    TIA

    Tom K.

  4. #4
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Maybe you could add it to one of the sample apps out there. One that springs to mind is Karel Miarka's http://sourceforge.net/projects/hispacta.

  5. #5
    Join Date
    Aug 2004
    Location
    Omaha
    Posts
    3

    Default Yes, thank you. It looks like a good ground floor project

    Just what I needed.

    Thanks.

    Tom Kochanowicz

Similar Threads

  1. Replies: 5
    Last Post: Aug 15th, 2006, 08:40 AM
  2. acegi + CAS going in loop after login
    By mcecca in forum Security
    Replies: 3
    Last Post: Sep 30th, 2005, 02:56 PM
  3. Login As
    By nathan.ma@gmail.com in forum Security
    Replies: 6
    Last Post: Jul 30th, 2005, 07:45 PM
  4. Replies: 1
    Last Post: May 5th, 2005, 10:20 PM
  5. Acegi - Login Tapestry
    By john017 in forum Security
    Replies: 1
    Last Post: Feb 4th, 2005, 01:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •