diff --git a/html/ops/db.inc b/html/ops/db.inc
index 79b22c8633..3cb750f526 100644
--- a/html/ops/db.inc
+++ b/html/ops/db.inc
@@ -240,6 +240,7 @@ function show_user($user) {
row("Total credit", $user->total_credit);
row("Recent averaged credit:", $user->expavg_credit);
row("Name", $user->name);
+ row("Authenticator", $user->authenticator);
row("Email address", $user->email_addr);
row("Country", $user->country);
row("Postal code", $user->postal_code);
diff --git a/html/user/account_created.php b/html/user/account_created.php
index 87996ba988..b2682cc34f 100644
--- a/html/user/account_created.php
+++ b/html/user/account_created.php
@@ -11,7 +11,7 @@
Please wait until you receive this email (it may take a minute or two).