Skip to content

Commit b08e4d4

Browse files
committed
Merge branch 'develop'
Signed-off-by: Pedro Lamas <[email protected]>
2 parents 22b0a27 + 4a5cbc5 commit b08e4d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2995
-736
lines changed

docs/authorization/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ with Fluidd, after which time you'll be prompted for authorization.
3131

3232
## Forced Logins?
3333

34-
1. With `forced_logins` set to `true` and with no users defined - moonraker defaults
34+
1. With `force_logins` set to `true` and with no users defined - moonraker defaults
3535
to your `trusted_clients:` setup.
3636

37-
2. With `forced_logins` set to `true` and with one or more users defined - moonraker
37+
2. With `force_logins` set to `true` and with one or more users defined - moonraker
3838
will ignore your `trusted_clients:` setup, and require authorization credentials.
3939

40-
3. With `forced_logins` set to `false`, moonraker will always rely on your
40+
3. With `force_logins` set to `false`, moonraker will always rely on your
4141
`trusted_clients:` setup first.
4242

4343
Under default conditions, a fresh installation would have your client trusted.
@@ -48,7 +48,7 @@ You can confirm this by noting your currently authenticated user.
4848
## Lost password?
4949

5050
Lost your only password? You need to revert to a trusted setup. You can do this
51-
by editing your `moonraker.conf` and turning `forced_logins` to `false`.
51+
by editing your `moonraker.conf` and turning `force_logins` to `false`.
5252

5353
## LDAP - Configuration
5454

docs/development/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /development
99
# Development
1010

1111
Fluidd is built using VueJS, and the Vuetify Framework to provide a cohesive,
12-
easily to implement UI.
12+
easy to implement UI.
1313
{: .fs-6 .fw-300 }
1414

1515
## Dev Container in Visual Studio Code

0 commit comments

Comments
 (0)