Enabling admin page
Stefan Melmuk edited this page 2026-08-21 07:49:21 +02:00
Clone

Wiki Page Revisions

48 Commits

Author SHA1 Message Date
Stefan Melmuk 98fe96f2cf reverted the change and added an explanation why we assume a POSIX shell for this to work 2026-08-21 07:49:21 +02:00
Stefan Melmuk d4451af481 Revert 715e359e19ccd10c624604b1bc5f104c2e36f127...8967c0b7e38e7d261e56df07654df05cf303e2e6 on Enabling admin page 2026-08-21 07:38:42 +02:00
Sir106 8967c0b7e3 The single quotes in the example are misleading. Users enclose their actual password in quotes, which results in the literal quote characters being included in the generated password. We need to replace 'password' with <YOUR_PASSWORD> to prevent this. 2026-08-15 18:24:36 +02:00
MatthiasL-SAP 715e359e19 I think this not here got lost and makes the sentence incorrect 2026-05-03 16:41:54 +02:00
Stefan Melmuk f4b9d7e9ef use single quotes in the example to prevent variable interpolation in the shell when someone wants to use dollar signs in their password. 2026-04-28 22:45:40 +02:00
AndreasKirchmair fcd25026bd Changed example command for token creation to use length 32 instead of 48 because 48 is too long for Vaultwarden 2026-03-20 13:47:06 +01:00
Stefan Melmuk ef96e4e2f5 small typos 2026-01-20 19:05:52 +00:00
Stefan Melmuk 612c04f2f6 rewrite the whole page to reduce redundancies and improve the explanations a bit and also add a basic explanation for the different features of the admin page 2026-01-20 18:04:25 +00:00
Derek Broughton f80a7ee0c1 Reverting last change. Using double quotes or no quotes breaks Docker Compose 2025-09-27 16:06:59 -03:00
CLDKT b26e941fe9 The quotes make the ADMIN TOKEN appear to be a plain password. I had to remove them to make it work. Maybe I am wrong. Using Unraid. 2025-09-25 12:02:32 +02:00
Slapdoge c33b847a74 very minor punctuation change 2025-08-20 22:34:21 +01:00
Lukas cefda90d8e Fix warning block quote 2024-05-15 16:46:09 +02:00
Mathijs van Veluw 25646ecc16 Updated Enabling admin page (markdown) 2024-05-01 13:33:07 +02:00
docgalaxyblock cf43c65c17 fix docker docs link and cosmetic changes 2024-03-10 18:54:24 +01:00
Mathijs van Veluw 6546b995a8 Updated Enabling admin page (markdown) 2023-12-22 09:26:14 +01:00
Philipp Fischbeck 3b037c07c6 Fix display of dollar signs 2023-09-02 21:30:32 +02:00
Jens Kohl fc5f0a1eb1 Fix .env configuration of VAULTWARDEN_ADMIN_TOKEN 2023-09-01 15:17:56 +02:00
Mathijs van Veluw 8d589380e9 Updated Enabling admin page (markdown) 2023-07-20 21:07:36 +02:00
Kim Nilsson 832db37d40 Adjusted URL to securing token 2023-06-05 16:12:43 +02:00
Kim Nilsson 8b5bc0d5ca Updated Enabling admin page (markdown) 2023-06-05 16:11:15 +02:00
Kim Nilsson 6a5f3ccea4 Recommending securing the token, and also explaining that the password to login then becomes the password used during token creation, and not the token itself 2023-06-05 16:10:22 +02:00
jon r 2dba979833 Compose: Note on omitting quotation marks after equal signs in .env files 2023-05-22 01:12:37 +02:00
Nuc1eoN bbc9dcd4a5 Updated Enabling admin page (markdown) 2023-04-28 17:23:43 +02:00
Mathijs van Veluw 7d219a950b Updated Enabling admin page (markdown) 2023-04-28 16:59:03 +02:00
Nuc1eoN 201830a201 `config.json` also needs to be updated (if it had already been present) 2023-04-28 02:45:10 +02:00
Mathijs van Veluw 52d440f8f3 added exception to the `$$` escape case. 2023-03-27 12:32:49 +02:00
Josh d35aa7c143 Edit wiki to reflect new update for 1.28.0 2023-03-26 20:28:34 -05:00
Jeroen Habets d646c7cd24 Escape $ in ADMIN_TOKEN automatically using sed 2023-03-26 21:25:57 +02:00
Stefan Melmuk b9aa03665a some formatting and how to set a secure admin_token in docker compose 2023-03-08 23:52:53 +01:00
Mathijs van Veluw d8e67087a3 Updated Enabling admin page (markdown) 2023-03-07 12:16:00 +01:00
Jeremy Lin edab4ff78c add link to PHC string spec 2023-03-06 15:24:11 -08:00
Jeremy Lin 4121a45d5d fix details on admin session lifetime 2023-03-06 15:21:34 -08:00
Mathijs van Veluw 289515e6b8 Updated Enabling admin page (markdown) 2023-03-03 13:20:29 +01:00
Simen A. W. Olsen 74661608d6 change from master to main corrected line 2022-12-27 23:32:00 +01:00
Shen Li f7f93d56e3 Add instructions to disable admin page 2022-09-03 23:51:22 -04:00
Brotpilot-921 864f124d3f The normal container name in all instructions is "vaultwarden", here it is "itwarden" 2022-03-05 18:37:56 +01:00
Proxymiity ☆ da6eeb07b1 Changed bw-data to vw-data according to the README 2021-04-29 20:22:30 +02:00
Daniel García 3bbd0b6de0 Project renaming 2021-04-27 23:48:04 +02:00
Jeremy Lin 0ccbd0e6db Updated Enabling admin page (markdown) 2021-02-26 18:49:20 -08:00
Ng Oon-Ee 492b80d1a9 Adding a note based on our discussion in https://github.com/dani-garcia/bitwarden_rs/issues/724 2019-11-16 09:16:03 +08:00
besendorf 80d2cdee46 added "the" before admin area 2019-09-12 10:50:21 +02:00
besendorf 9d3ae4f5bb added "the" before password 2019-09-12 10:49:45 +02:00
Miro Prasil f114251716 Updated Enabling admin page (markdown) 2019-06-28 14:02:20 +01:00
ArnaudTa c78f7cf43d /admin is a subdirectory, not a subdomain 2019-05-24 13:10:55 +02:00
Miro Prasil 492aea369a Change the image name 2019-05-16 15:01:12 +01:00
mprasil 637b6127c0 Updated Enabling admin page (markdown) 2019-02-27 12:30:29 +00:00
Lincoln Lee 02f2b943e7 fix spelling 2019-01-04 16:47:31 +08:00
Nick Fox 91ce668766 Created Enabling admin page (markdown) 2019-01-01 01:30:58 +00:00