From 85f210c7f8f9f27463b3f2a96f1bb28c8dd3e899 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Sun, 19 Aug 2018 14:43:34 +0100 Subject: [PATCH] Link to log --- src/freedombone-app-pleroma | 1 - webadmin/EN/removing_user.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/freedombone-app-pleroma b/src/freedombone-app-pleroma index 8a6b13c3c..a251a864d 100755 --- a/src/freedombone-app-pleroma +++ b/src/freedombone-app-pleroma @@ -290,7 +290,6 @@ function add_user_pleroma { cd $PLEROMA_DIR || exit 348346 sudo -u pleroma mix register_user "$new_username" "$new_username" "$new_username@$HOSTNAME" $"Your bio goes here" "$new_user_password" "${PROJECT_NAME}-pass" -u "$new_username" -a pleroma -p "$new_user_password" - echo '0' } diff --git a/webadmin/EN/removing_user.html b/webadmin/EN/removing_user.html index c31d6a9fa..be05408b1 100644 --- a/webadmin/EN/removing_user.html +++ b/webadmin/EN/removing_user.html @@ -111,7 +111,7 @@ <a href="users.html"><img id="headerpic" class="img-responsive" src="images/logo.png"></a><br> <h2>Removing user account</h2> - <p class="domaintext">The account will now be removed. This may take a minute or two.</p> + <p class="domaintext">The account will now be removed. This may take a minute or two. See the <a href="log.txt">diagnostics log</a> for details.</p> <form action="users.php" method="post"> <input type="submit" name="submitremovinguser" value="Go Back"> -- GitLab