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
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
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.