Skip to content

Commit 6933a9d

Browse files
docs: add version 1.31.0 (#350)
Co-authored-by: Meier Lukas <[email protected]>
1 parent a2ac299 commit 6933a9d

File tree

382 files changed

+8197
-1
lines changed

Some content is hidden

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

382 files changed

+8197
-1
lines changed

docs/management/search-engines/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags:
66
---
77

88
import { jellyseerrIntegration } from '@site/docs/integrations/jellyseerr';
9-
import { WidgetIntegrations } from '../../../src/components/widgets/integrations';
9+
import { WidgetIntegrations } from '@site/src/components/widgets/integrations';
1010
import { overseerrIntegration } from '@site/docs/integrations/overseerr';
1111

1212
# Search Engines
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Advanced",
3+
"collapsed": true,
4+
"position": 4,
5+
"link": {
6+
"type": "generated-index",
7+
"title": "Advanced Concepts or features"
8+
}
9+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"collapsed": true,
3+
"label": "Command line interface"
4+
}
4.47 KB
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Fix usernames
2+
3+
:::info
4+
5+
This guide requires that you understand [how to access the CLI](../).
6+
7+
:::
8+
9+
If you somehow get into a situation where you have users with usernames that contain uppercase characters and you are no longer able to log in, you can use the following command to fix the usernames.
10+
11+
```bash
12+
homarr fix-usernames
13+
```
14+
15+
This will convert all credential usernames to lowercase and update the database accordingly.
16+
17+
![](./img/screenshot-cli.png)
195 KB
Loading
393 KB
Loading
348 KB
Loading
414 KB
Loading
35.3 KB
Loading

0 commit comments

Comments
 (0)