Replacing SimpleLogin with Controller::Auth (requires patch to ::Auth)
authorJess Robinson <j.robinson@shadowcat.co.uk>
Fri, 11 May 2012 16:51:08 +0000 (16:51 +0000)
committerJess Robinson <j.robinson@shadowcat.co.uk>
Fri, 11 May 2012 16:51:08 +0000 (16:51 +0000)
commit4dbd098b6a7d334cbda64e4ca5d3d7aca8bbc86e
tree9f6567ba6f17305ab7892b6e2538d66a9d0ad3ea
parent031a15f48238c07d47fbbe16b0f46ce424c2e2b9
Replacing SimpleLogin with Controller::Auth (requires patch to ::Auth)
Setup to use OpenID as well as local auth..
stemmaweb/Makefile.PL
stemmaweb/lib/stemmaweb.pm
stemmaweb/lib/stemmaweb/Controller/Users.pm [new file with mode: 0644]
stemmaweb/lib/stemmaweb/Model/User.pm
stemmaweb/root/src/auth/login.tt [new file with mode: 0644]
stemmaweb/root/src/auth/register.tt [new file with mode: 0644]
stemmaweb/t/controller_Users.t [new file with mode: 0644]