From ca05bb0f80f42cefd585f5ead58fea6f5da7548a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 14 Sep 2022 13:37:09 +0200 Subject: [PATCH] Updated Getting started (markdown) --- Getting-started.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Getting-started.md b/Getting-started.md index f595faa..607b285 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -3,8 +3,16 @@ After Part-DB you should begin with customizing the settings, and setting up the basic structures. ## Customize config files +
+Click to expand + +**TODO** + +
## Change password, Set up Two-Factor-Authentication & Customize User settings +
+Click to expand If you have not already done, you should change your user password. You can do this in the user settings (available in the navigation bar drop down with the user symbol). @@ -14,6 +22,12 @@ There you can also find the option, to set up Two Factor Authentication methods In the user settings panel you can change account infos like your username, your first and last name (which will be shown alongside your username to identify you better), department information and your email address. The email address is used to send password reset mails, if your system is configured to use this. +![image](https://user-images.githubusercontent.com/5410681/190142624-0b4d4153-33ea-46e6-baba-5723b5ba9f52.png) + +In the configuration tab you can also override global settings, like your preferred UI language (which will automatically be applied after login), the timezone you are in (and in which times will be shown for you), your preferred currency (all money values will be shown converted to this to you, if possible) and the theme that should be used. + + + ## (Optional) Customize homepage banner The banner which is shown on the homepage, can be customized/changed by changing the `config/banner.md` file with a text editor. You can use markdown and (safe) HTML here, to style and customize the banner. You can even use Latex style equations by wrapping the expressions into `$` (like `$E=mc^2$`, which is rendered inline: $E=mc^2$) or `$$` (like `$$E=mc^2$$`) which will be rendered as a block, like so: $$E=mc^2$$ \ No newline at end of file