Skip to content

Commit 695501b

Browse files
committed
Update README.md
1 parent 58160e9 commit 695501b

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

llms/extensions/credentials/README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ llms --serve 8000
2424

2525
When you start the server, authentication will now be enabled since at least one user exists and you'll be presented with the Sign In page.
2626

27-
<Screenshot src="/img/auth/signin.webp" alt="Sign In Page" />
27+
![Sign In Page](https://llmspy.org/img/auth/signin.webp)
2828

2929
After logging in as `admin`, you can create additional users from the **Manage Users** page which can be accessed from the user menu. Only users with the `Admin` role can access the **Manage Users** page.
3030

@@ -45,7 +45,7 @@ After signing in, the user avatar dropdown shows:
4545
- **My Account** link
4646
- **Sign Out** button
4747

48-
<Screenshot src="/img/auth/manage-users.webp" alt="Manage Users Page" />
48+
![Manage Users Page](https://llmspy.org/img/auth/manage-users.webp)
4949

5050
### Manage Users (Admin only)
5151

@@ -68,12 +68,10 @@ users showing:
6868
- **Unlock** - Restore a locked account
6969
- **Delete** - Permanently remove the account with confirmation (cannot delete yourself)
7070

71-
<ScreenshotsGallery className="mb-8" gridClass="grid grid-cols-1 md:grid-cols-2 gap-4" images={{
72-
'Create User': '/img/auth/create-user.webp',
73-
'Change Password': '/img/auth/change-password.webp',
74-
'Lock User': '/img/auth/lock-user.webp',
75-
'Delete User': '/img/auth/delete-user.webp',
76-
}} />
71+
![Create User](https://llmspy.org/img/auth/create-user.webp)
72+
![Change Password](https://llmspy.org/img/auth/change-password.webp)
73+
![Lock User](https://llmspy.org/img/auth/lock-user.webp)
74+
![Delete User](https://llmspy.org/img/auth/delete-user.webp)
7775

7876
**Create User** - Click "New User" to create accounts with a username, password,
7977
and optional Admin role.
@@ -84,15 +82,15 @@ Accessible at `/account` for all authenticated users. Shows your profile
8482
information (avatar, username, roles) and provides a **Change Password** button
8583
that requires your current password for verification.
8684

87-
<Screenshot src="/img/auth/my-account.webp" alt="My Account Page" />
85+
![My Account Page](https://llmspy.org/img/auth/my-account.webp)
8886

8987
Users can also change their avatar by clicking on their profile picture and uploading a new image:
9088

91-
<Screenshot src="/img/auth/settings-avatar.webp" alt="Settings Page" />
89+
![Settings Page](https://llmspy.org/img/auth/settings-avatar.webp)
9290

9391
After uploading, the new avatar is displayed across the app, including the user menu and My Account page:
9492

95-
<Screenshot src="/img/auth/my-account-avatar.webp" alt="Custom Avatar" />
93+
![Custom Avatar](https://llmspy.org/img/auth/my-account-avatar.webp)
9694

9795
## CLI Commands
9896

0 commit comments

Comments
 (0)