[Building Sakai] user accounts with no passwords

Matthew Buckett matthew.buckett at oucs.ox.ac.uk
Tue Mar 10 07:38:45 PDT 2009


On Tue, Mar 10, 2009 at 2:18 PM, Steve Swinsburg
<s.swinsburg at lancaster.ac.uk> wrote:
>
> User Accounts can be created with no passwords (via Admin New User tool),
> and I've read Jira tickets that say its meant to be in there and there is a
> use case etc, but how does one login with no password after this account is
> created? No password would be useful for development and logging in under
> different accounts - is there a sakai property I can set that allow me to
> login with no password?

I don't think so easily as:

org.sakaiproject.user.impl.UserAuthnComponent.authenticate(Evidence)

Doesn't allow logins with empty password. I have noticed that there exists:

org.sakaiproject.user.impl.OpenAuthnComponent

which you could register in spring as being the authentication
manager, but I've never tried this.


-- 
  Matthew Buckett


More information about the sakai-dev mailing list