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
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/version-2.0/apps/vaultwarden.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,23 @@ import Meta from './\_include/vaultwarden.md';
22
22
3.**Registration and Login**:
23
23
- Follow the wizard to complete the registration and login process.
24
24
25
+
### Setting up the administration page
26
+
27
+
Websoft9 has set up plaintext `ADMIN_TOKEN` by default, which can be used normally. If you want to set the secret text of argon2 as TOKEN, the steps are as follows:
28
+
29
+
1. Use the command to generate the secret text of argon2
0 commit comments