Results 1 to 2 of 2

Thread: Empty passwords not supported?

  1. #1
    Join Date
    Jan 2005
    Posts
    4

    Default Empty passwords not supported?

    The User class does not appear to support blank/empty passwords (throws an exception if one is provided in the constructor). Is there some way to allow blank passwords outside of a custom UserDetails implementation?

    Thanks,
    Daniel

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

    Default

    Yes, there's no reason it shouldn't allow empty passwords (provided they're just empty Strings, and not null). I've just checked in a change to User into CVS.

Similar Threads

  1. Empty View using Jasper
    By sjtirtha in forum Web
    Replies: 3
    Last Post: Oct 28th, 2011, 12:31 PM
  2. Submitting empty field on form
    By strbuf in forum Web
    Replies: 11
    Last Post: Aug 11th, 2005, 07:29 PM
  3. Replies: 10
    Last Post: Feb 16th, 2005, 11:34 AM
  4. Binding to an empty list
    By jefmsmit in forum Web
    Replies: 3
    Last Post: Feb 2nd, 2005, 12:32 AM
  5. Submission of empty form fields
    By steven.warren in forum Web
    Replies: 7
    Last Post: Aug 17th, 2004, 03:36 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
  •