Skip to content

Commit 0cf3ad3

Browse files
authored
Merge pull request #227 from hughrun/settings
add settings page
2 parents b1ff963 + b083c87 commit 0cf3ad3

File tree

3 files changed

+82
-4
lines changed

3 files changed

+82
-4
lines changed

content/using_bookwyrm/lists.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Title: Lists
33
Date: 2025-05-26
4-
Order: 5
4+
Order: 6
55
---
66

77
Lists in Bookwyrm are a way to organise and display similar books together.
@@ -12,7 +12,7 @@ To see your Lists, click 'Your Lists' below the title or navigate to your profil
1212
## Creating a List
1313

1414
To create a List, first select the 'Create List' button on the top right of the page.
15-
It needs a name, and you can optionally add a description.
15+
It needs a name, and you can optionally add a description.
1616
You will then choose how you'd like to curate the List.
1717

1818
## List curation
@@ -26,7 +26,7 @@ There are four options for List curation:
2626

2727
## List privacy
2828

29-
Lists have similar privacy levels as other things in Bookwyrm: Public, Unlisted, Followers and Private.
29+
Lists have similar privacy levels as other things in Bookwyrm: Public, Unlisted, Followers and Private.
3030
See more details on the [privacy controls](/privacy-controls.html#lists) page.
3131

3232
## Adding books to a List

content/using_bookwyrm/posting-statuses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Title: Posting Statuses
33
Date: 2025-05-26
4-
Order: 4
4+
Order: 5
55
---
66

77
Posting on BookWyrm starts with a book.

content/using_bookwyrm/settings.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
Title: Settings and Profile
3+
Date: 2025-10-12
4+
Order: 4
5+
---
6+
7+
You can control your account and profile settings by activating the dropdown menu below your username and selecting `Settings`.
8+
9+
## Edit Profile
10+
11+
### Profile
12+
13+
* Upload or remove your user avatar
14+
* Change your display name
15+
* Create or edit your user summary (bio or description)
16+
* Change your registered email address
17+
18+
### Display
19+
20+
* Choose whether to show reading goal prompt in feed
21+
* Choose whether to show ratings in reviews, or have them hidden behind a toggle by default
22+
* Choose whether BookWyrm should suggest users to follow
23+
* Choose whether BookWyrm can suggest your user account to others
24+
* Select your timezone - this affects the time stamps displayed to you
25+
* Select your user interface language
26+
* Select a theme - different instances will have different options, by default there are BookWyrm light and dark themes
27+
28+
### Privacy
29+
30+
* Choose whether followers must be approved by you before following your account
31+
* Choose whether to hide followers and following on your user profile
32+
* Choose your default post privacy. Find [more detail about what the post privacy options mean](/privacy-controls.html) on the Privacy Controls page
33+
34+
## Change Password
35+
36+
Here you can ...change your password
37+
38+
## Account Security
39+
40+
We recommend you protect your account with second-factor authentication using an authenticator app.
41+
42+
This section also allows you to see all the logged-in sessions for your user account, and terminate them. This can be a useful way to protect your account if you have, for example, lost a device, or do not recognise a session.
43+
44+
## Aliases and moving your account
45+
46+
You can set an "alias" for your account, indicating that they represent the same "actor". This is usually done when you want to migrate your account from one fediverse account to another.
47+
48+
You can also move (migrate) your account using `Move Account`. You must set the account you are moving _from_ as an alias of the account you are moving _to_ before attempting to move the account.
49+
50+
Setting an alias is easily reversable. Moving your account is not - choose wisely!
51+
52+
See [User Migration and Aliases](user-migration.html) for more details.
53+
54+
## Deactivating or deleting your account
55+
56+
Under `Delete Account` you can either deactivate or delete your account.
57+
58+
Deactivating marks your account as no longer active and hides your profile page. You can re-activate your account in future.
59+
60+
Deleting your account is irreversable. Your username will not be available to register in the future. Note that on deleting your account, BookWyrm will attempt to delete all user data and posts, however it is possible that federated servers may not process the deletion correctly.
61+
62+
Books that were added by a deleted user will remain available as they conceptually exist separately from any individual user or shelf.
63+
64+
## Importing and Exporting books
65+
66+
Under the `Data` heading, you can import and export book lists.
67+
68+
See [Adding Books](/adding-books.html) for more information about importing books. Choose `Export Book List` to export a CSV file including all the books on your shelves, books you have reviewed, and books with reading activity.
69+
70+
You can also import or export a user account from this section. See [User Migration and Aliases](user-migration.html) for more details.
71+
72+
## Blocking users
73+
74+
You can block or unblock a user by selecting the ellipses (...) on the right of the "Follow/Unfollow" button on their profile.
75+
76+
If you have blocked any users, they will be listed under `Blocked Users` and can be unblocked from there.
77+
78+
Blocked users cannot see your profile, lists, or shelves, send you DMs, or see or interact with your posts.

0 commit comments

Comments
 (0)