aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/Controller
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-16 00:34:25 +0000
committerMichael Scherer <misc@mageia.org>2010-12-16 00:34:25 +0000
commitdc5082636791477d51e8077067f92cfec64d119a (patch)
treeaa3df08fe0766822af3396c6d3a6bc9bdde0ef85 /lib/CatDap/Controller
parent4282d933bc11034e0cc8ad680a7789482ba4b33f (diff)
downloadidentity-dc5082636791477d51e8077067f92cfec64d119a.tar
identity-dc5082636791477d51e8077067f92cfec64d119a.tar.gz
identity-dc5082636791477d51e8077067f92cfec64d119a.tar.bz2
identity-dc5082636791477d51e8077067f92cfec64d119a.tar.xz
identity-dc5082636791477d51e8077067f92cfec64d119a.zip
- add a TODO to merge the code with user.pm
Diffstat (limited to 'lib/CatDap/Controller')
-rw-r--r--lib/CatDap/Controller/admin.pm2
1 files changed, 2 insertions, 0 deletions
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;