From dc5082636791477d51e8077067f92cfec64d119a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 16 Dec 2010 00:34:25 +0000 Subject: - add a TODO to merge the code with user.pm --- lib/CatDap/Controller/admin.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/CatDap/Controller') diff --git a/lib/CatDap/Controller/admin.pm b/lib/CatDap/Controller/admin.pm index 2ae362b..914b2d0 100644 --- a/lib/CatDap/Controller/admin.pm +++ b/lib/CatDap/Controller/admin.pm @@ -47,6 +47,8 @@ sub auto : Private { my $password; my $mesg; my $dn; + + # TODO merge this code with the one in user.pm my $keyprefix; if ($c->req->address =~ m/:/) { my $address = $c->req->address; -- cgit v1.2.1