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)
commit19262e3d762f72b5117ab926bbedd81522a0ac32
treed58443773f295ba5eb0025c5f72c84fb944b1501
parentede2f5bff95d2bb792aac47933e3ab00fde6305a
Replacing SimpleLogin with Controller::Auth (requires patch to ::Auth)
Setup to use OpenID as well as local auth..
Makefile.PL
lib/stemmaweb.pm
lib/stemmaweb/Controller/Users.pm [new file with mode: 0644]
lib/stemmaweb/Model/User.pm
root/src/auth/login.tt [new file with mode: 0644]
root/src/auth/register.tt [new file with mode: 0644]
t/controller_Users.t [new file with mode: 0644]