From f58a471ee4da6b302f4003a0c24db71c2e30d458 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Tue, 14 Nov 2017 17:02:34 +0100
Subject: [PATCH] fix method name

---
 bin/account-manager.pl.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/account-manager.pl.in b/bin/account-manager.pl.in
index e593b75..8675967 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();
 
 }
 
-- 
GitLab