You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BookLogr includes a demo mode feature for showcasing the applications functionality. This mode is used for the official demo site at https://demo.booklogr.app.cd
3
+
4
+
To try the official demo website, use the following login credentials:
5
+
-**Username**: `demo@booklogr.app`
6
+
-**Password**: `demo`
7
+
8
+
## Disabled features in demo mode
9
+
The following features are disabled when in demo mode,
10
+
11
+
- Account registration
12
+
- Users cannot create new accounts. Everyone uses the shared demo account.
13
+
- Google authentication
14
+
- The Google sign-in option is removed from the login interface.
15
+
16
+
## Enabling Demo Mode
17
+
If you want to enable demo mode for your own server, set the following environment variable for the `booklogr-web` service:
0 commit comments