Revision
171
Author
misc
Date
2010-12-16 01:34:25 +0100 (Thu, 16 Dec 2010)

Log Message

- add a TODO to merge the code with user.pm

Modified Paths

Modified: identity/CatDap/trunk/lib/CatDap/Controller/admin.pm
===================================================================
--- identity/CatDap/trunk/lib/CatDap/Controller/admin.pm	2010-12-16 00:34:17 UTC (rev 170)
+++ identity/CatDap/trunk/lib/CatDap/Controller/admin.pm	2010-12-16 00:34:25 UTC (rev 171)
@@ -47,6 +47,8 @@
     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;