Skip to content
Snippets Groups Projects
Commit 85f210c7 authored by Bob Mottram's avatar Bob Mottram
Browse files

Link to log

parent 9261bdb7
No related branches found
No related tags found
No related merge requests found
......@@ -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'
}
......
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment