From 37240931159c85ddcb667888e2df81bb73606d87 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sat, 8 Jan 2022 15:52:39 +0000
Subject: [PATCH] Fix rst syntax and typing errors

---
 docs/admin/03_socialaccounts.rst | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/docs/admin/03_socialaccounts.rst b/docs/admin/03_socialaccounts.rst
index 1f4148a89..97b023947 100644
--- a/docs/admin/03_socialaccounts.rst
+++ b/docs/admin/03_socialaccounts.rst
@@ -2,13 +2,13 @@ Social accounts
 ===============
 
 AlekSIS can authenticate users against third party applications using OAuth2
-or OpenID
+or OpenID.
 
 
 .. warning::
-  Socialaccounts are NOT working with two factor authentication! If a user
+  Social accounts are **not** working with two factor authentication! If a user
   authenticates with a social account, the two factor authentication is
-  ignored! Will be fixed in a future release.
+  ignored on login (but enforced for views that require two factor authentication later).
 
 Configuring social account provider
 -----------------------------------
@@ -24,9 +24,7 @@ Configuration example::
   [auth.providers.gitlab]
   GITLAB_URL = "https://gitlab.exmaple.com"
 
-After configuring a new auth provider, you have to restart your AlekSIS
-instance and configure client id and secret in the Backend Admin interface,
-located at `https://aleksis.example.com/admin <https://aleksis.example.com/admin>`_.
+After configuring a new auth provider, you have to restart AlekSIS and configure client id and secret in the Backend Admin interface.
 Click "Social applications" and add a new application. Choose your
 provider and enter client id and secret from your application and choose
 your site:
-- 
GitLab