From 15f10afb5b947b4c1537ae1c9ea653ac21143ac3 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 26 May 2021 12:28:35 +0200 Subject: chore: final-server-steps.md (#506) --- docs/final-server-steps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/final-server-steps.md b/docs/final-server-steps.md index ace1513..d27ddba 100644 --- a/docs/final-server-steps.md +++ b/docs/final-server-steps.md @@ -26,12 +26,12 @@ For detailed information on how to configure a restarter and a debugger go to [h - The AzerothCore realm should be selectable. Log in, create a character, and you're all done! -## [Account Creation](Creating-Accounts.md) +## Creating an Account +Read [creating accounts](Creating-Accounts.md). ## Setting up Remote Access -You could be satisfied with creating users manually in the world console. But at some point you should set up a registration form, so you wont have to paste their passwords. -Check out [Remote Access](/wiki/Remote-Access) on how to send commands into the server. +For development purposes, this step is not necessary. However, for increased security when you want other people to make accounts you should set up a registration form, so you don't have to paste their passwords. Check out [Remote Access](Remote-Access.md) on how to send commands into the server.
-- cgit