diff options
| author | historia <[not public]> | 2026-06-09 20:32:44 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-09 20:32:44 -0400 |
| commit | 6a0f3d7a252de4b1741cfe5e1c561412c602becc (patch) | |
| tree | 368954bc9a52da6462823cc5efdb5a69d7ac1741 /data/players | |
| parent | 9a8848eaa84d46578595a7ca3efe66d1fe36d1e0 (diff) | |
| download | thehouseoficarus-6a0f3d7a252de4b1741cfe5e1c561412c602becc.tar.gz | |
feat: better login screen
Diffstat (limited to 'data/players')
| -rw-r--r-- | data/players/accounts/di.yaml | 3 | ||||
| -rw-r--r-- | data/players/accounts/ji.yaml | 3 | ||||
| -rw-r--r-- | data/players/accounts/newguy.yaml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/data/players/accounts/di.yaml b/data/players/accounts/di.yaml new file mode 100644 index 0000000..6f292bb --- /dev/null +++ b/data/players/accounts/di.yaml @@ -0,0 +1,3 @@ +name: di +password_hash: sha256:Pr1aiCjarQOsS8pdZwwAjg:c979628ddc5404361454eacdfd509c5bbd5f04cae60ff3a762335e44e4ecfe06 +characters: [] diff --git a/data/players/accounts/ji.yaml b/data/players/accounts/ji.yaml new file mode 100644 index 0000000..130c2c7 --- /dev/null +++ b/data/players/accounts/ji.yaml @@ -0,0 +1,3 @@ +name: ji +password_hash: sha256:GfCf3fMYkg89cJmJEF9lgg:33ef437cd7b9f2a64a55fa7819b21d2cf12cd19482ae4154fc330bd73f71ad48 +characters: [] diff --git a/data/players/accounts/newguy.yaml b/data/players/accounts/newguy.yaml new file mode 100644 index 0000000..b308084 --- /dev/null +++ b/data/players/accounts/newguy.yaml @@ -0,0 +1,3 @@ +name: newguy +password_hash: sha256:mPCmmVFAHRdjyZOj0+tQdQ:8c481b6748e8165388836b67c81e5be9f6f28cb5310654b776002483ae05cff3 +characters: [] |
