diff --git a/bin/account-manager.pl.in b/bin/account-manager.pl.in
index e593b75a37f931bbfd9d65e514139ed4ce5f982a..86759673efe2e947dd235b183ba7f96120011654 100755
--- a/bin/account-manager.pl.in
+++ b/bin/account-manager.pl.in
@@ -104,7 +104,7 @@ sub add_account {
         );
 
     printf "Account created:\n\tuserid: user%d\n\tpassword: %s\n",
-      $test_account->id(), $test_account->user_password();
+      $test_account->id(), $test_account->password();
 
 }