Results 1 to 4 of 4

Thread: RegisterController does not unlock user?

  1. #1

    Default RegisterController does not unlock user?

    I've just started with the security core and ui plugins. I notice that newly registered users are created with accountLocked set to TRUE.

    The email verification process executes RegisterController.verifyRegistration which contains:

    user.accountLocked = false
    user.save()

    Although the email link does log me in, future login attempts get a "sorry your account is locked" message.

    Is this normal? I'm not sure why the above statement didn't change that Boolean in the db.

  2. #2

    Default figured it out myself

    thanks everyone. :O)

  3. #3
    Join Date
    Jun 2010
    Location
    London
    Posts
    304

    Default

    Do you mind posting your solution in case some else runs into the same problem? Thanks.

  4. #4
    Join Date
    Dec 2011
    Posts
    1

    Default

    yeah - this is the first time i've used Spring Security Core and I'm having the same problem.
    If you could post the solution i would greatly appreciate it.

Posting Permissions

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