You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: boot.sh
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,18 @@ if [ -z "${SECRET_KEY}" ]; then
29
29
display_warning "The environment variable 'SECRET_KEY' (or 'SECRET_KEY_FILE' that points to an existing file) is not set but REQUIRED for running Tandoor!"
Copy file name to clipboardExpand all lines: docs/features/authentication.md
+16-9Lines changed: 16 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
Besides the normal django username and password authentication this application supports multiple
1
+
Besides the normal django username and password authentication this application supports multiple
2
2
methods of central account management and authentication.
3
3
4
4
## Allauth
5
-
[Django Allauth](https://django-allauth.readthedocs.io/en/latest/index.html) is an awesome project that
5
+
[Django Allauth](https://django-allauth.readthedocs.io/en/latest/index.html) is an awesome project that
6
6
allows you to use a [huge number](https://docs.allauth.org/en/latest/socialaccount/providers/index.html) of different
7
7
authentication providers.
8
8
@@ -11,8 +11,8 @@ They basically explain everything in their documentation, but the following is a
11
11
!!! warning "Public Providers"
12
12
If you choose Google, Github or any other publicly available service as your authentication provider anyone
13
13
with an account on that site can create an account on your installation.
14
-
A new account does not have any permission but it is still **not recommended** to give public access to
15
-
your installation.
14
+
A new account does not have any permission but it is still **not recommended** to give public access to
15
+
your installation.
16
16
17
17
Choose a provider from the [list](https://docs.allauth.org/en/latest/socialaccount/providers/index.html) and install it using the environment variable `SOCIAL_PROVIDERS` as shown
"CustomImageHelp": "Upload et billede for at vise dets plade i område-oversigten.",
560
+
"CustomLogoHelp": "Upload kvadratiske billeder i forskellige størrelser for at ændre logoet i browser-faneblad og installeret web-app.",
561
+
"CustomLogos": "Personlige logoer",
562
+
"Updated": "Opdateret",
563
+
"Unchanged": "Uændret",
564
+
"Error": "Fejl",
565
+
"Logo": "Logo",
566
+
"Show_Logo": "Vis logo",
567
+
"Space_Cosmetic_Settings": "Visse kosmetiske indstillinger kan ændres af område-administratorer og vil overskrive klient-indstillinger for pågældende område.",
0 commit comments