Skip to content

Commit c8cfb94

Browse files
committed
docs: Update converters documentation with expected file path
1 parent 01a30de commit c8cfb94

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

docs/converters.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,14 @@ Migrates accounts from the **LimboAuth** plugin.
7575

7676
Migrates accounts from the **nLogin** plugin.
7777

78-
**Requirement:** nLogin and AuthMe must share the same MySQL/MariaDB database.
78+
**The converter reads `plugins/nLogin/config.yml` to determine the storage backend:**
7979

80-
**Source table:** `nlogin`
80+
| nLogin `database.type` | Requirement |
81+
|---|---|
82+
| `SQLite` (default) | Reads `plugins/nLogin/nlogin.db` directly — no shared database required. |
83+
| `MySQL` / `MariaDB` | nLogin and AuthMe must share the same database (same host, port, and database name). |
84+
85+
**Source table:** Read from `database.table.account.table-name` in nLogin's config (default: `nlogin`).
8186

8287
**Before running**, set `passwordHash` in AuthMe's `config.yml` to match the algorithm configured in nLogin. nLogin deliberately reuses AuthMe's hash formats, so hashes are transferred as-is:
8388

@@ -114,6 +119,8 @@ Migrates accounts from the **OpeNLogin** plugin.
114119

115120
Migrates accounts from the **tiAuth** plugin.
116121

122+
**The converter reads `plugins/tiAuth/config.yml` to determine the storage backend.**
123+
117124
**Supported database types:**
118125

119126
| tiAuth `database.type` | Requirement |

0 commit comments

Comments
 (0)