26 Jan 2023 |
BlackDex | you can just disable the vw-hide css | 21:20:29 |
BlackDex | via F12 | 21:20:41 |
| @fahrbe:matrix.gkvsc.de left the room. | 21:21:04 |
BlackDex | See: https://github.com/dani-garcia/bw_web_builds/blob/cffdfb06f9e1faa29f1aec33759b18b35d63bf8a/patches/v2023.1.1.patch#L331-L336 | 21:21:53 |
BlackDex | We currently have that hidden | 21:23:19 |
BlackDex | Since, we do not support it | 21:23:23 |
BlackDex | Done via this specific patch-lines: https://github.com/dani-garcia/bw_web_builds/blob/cffdfb06f9e1faa29f1aec33759b18b35d63bf8a/patches/v2023.1.1.patch#L344-L345 | 21:23:48 |
Jacques | Lol of course :) should have had a close look at the patch sorry :( | 21:23:49 |
BlackDex | But, for quick testing via F12 that is possible | 21:25:21 |
Jacques | Was getting crazy on not finding it until I realized that it's on the step after entering the email address 😅 | 21:44:49 |
Jacques | Flow kind of lengthy : input mail (or can be saved) / click continue / click SSO / input org identifier / click login in / external SSO flow (if logged instant) / input master password
Unless password login is blocked after initial account creation it's not worth it, better to just: input mail / input master password.
I was tryin to start by landing directly on the sso page since in this case you can : prefilled or disabled identifier / click login / external SSO flow / input master password
| 21:59:19 |
27 Jan 2023 |
Dan (Is not the man & Braxman Tomsparks Advocate) | In reply to @blackdex:matrix.org 123bob123: There has been some updates which change the default for the hash of the master-password to also be increased to 600_000 at Vaultwarden. Yeah i know but even if you increase iteration in webvault is the server still stuck on 100,000? Cause if you do a export iteration is still 100,000. | 00:53:57 |
| Axolotl joined the room. | 04:28:15 |
| greensheep joined the room. | 06:12:52 |
greensheep |  Download Screenshot_20230127_061222_Fritter.jpg | 06:13:15 |
greensheep | Someone help me | 06:13:18 |
greensheep | I have over 300 passwords | 06:13:24 |
Ruakij 🇩🇪 | In reply to @greensheep:matrix.org I have over 300 passwords Okay? Great? What do you need help with? (asking not necessarily because i know the answer, but because someone else is more encouraged to answer instead) | 06:18:43 |
Ruakij 🇩🇪 | * Okay? Great?
What do you need help with?
(asking not necessarily because i know the answer, but because someone else is more encouraged to answer instead) | 06:18:50 |
greensheep | Idk | 06:36:19 |
greensheep | My life is over | 06:36:26 |
BlackDex | In reply to @123bob123:matrix.org Yeah i know but even if you increase iteration in webvault is the server still stuck on 100,000? Cause if you do a export iteration is still 100,000. With the current testing /main version of Vaultwarden the server will be on 600_000 (during a new login for that user). But that is, again, only for the received hash of the master password. The KDF is not used for encrypting the secrets. It's only used to create the master key.
Updating your KDF doesn't re-encrypt the whole vault, but only the keys used to be able to decrypt the vault.
That is how i understand it. | 07:46:41 |
Dan (Is not the man & Braxman Tomsparks Advocate) | also found the env variable in the env.template you did too | 08:23:16 |
| grabb0id joined the room. | 19:25:58 |
TheQuantumPhysicist | Hi guys. If I change the password iterations in config.json, that's just the default for new users, right? | 21:23:30 |
| preisi joined the room. | 23:34:17 |
28 Jan 2023 |
BlackDex | Don't change the json | 00:20:37 |
BlackDex | Use the admin interface | 00:20:43 |
BlackDex | And if using the testing tagged images, it will also be for existing users once they do a new login, not by refresh token. | 00:21:49 |
satisha | If you change it in the admin interface, it only affects new users I'm guessing | 02:21:50 |