-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add validation to ensure password length does not exceed 72 bytes #6280
Comments
I cannot reproduce this, sorry. I'm successfully using Can you launch the AGH install with the |
Thank you for your reply. It seems that Cloudflare’s cache or something prevented me to understand the problem correctly. So, I think I need to change this issue into a feature request saying “Add validation to ensure password length does not exceed 72 bytes”. |
Ah, I see, I can reproduce this now. Thanks for the report. |
Updates #6280. Squashed commit of the following: commit 85014e2 Merge: 2d93201 5f61b55 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Oct 5 15:58:48 2023 +0300 Merge branch 'master' into 6280-password-length commit 2d93201 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Oct 5 15:43:05 2023 +0300 client: rm dep commit 3b11d10 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Oct 5 15:22:58 2023 +0300 client: imp i18n commit f88dfc9 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Oct 5 15:17:56 2023 +0300 all: imp i18n, names commit a7874f5 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Oct 5 15:07:10 2023 +0300 all: fix passwd check
This should be fixed on the Edge channel. Could you please check? |
I confirmed that the setup screen rejects passwords longer than 72bytes, on v0.108.0-a.725+5fa11567. |
Updates AdguardTeam#6280. Squashed commit of the following: commit 85014e2 Merge: 2d93201 5f61b55 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Oct 5 15:58:48 2023 +0300 Merge branch 'master' into 6280-password-length commit 2d93201 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Oct 5 15:43:05 2023 +0300 client: rm dep commit 3b11d10 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Oct 5 15:22:58 2023 +0300 client: imp i18n commit f88dfc9 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Oct 5 15:17:56 2023 +0300 all: imp i18n, names commit a7874f5 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Oct 5 15:07:10 2023 +0300 all: fix passwd check
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
FreeBSD, AMD64 (aka x86_64)
Installation
GitHub releases or script from README
Setup
On one machine
AdGuard Home version
0.107.38
Action
xxx.xxx.xxx.xxx:3000
for initial setupExpected result
Hash of the password get written on the configuration file, and “Sign out” button is shown on the upper right corner of Dashboard
Actual result
users
section of the configuration file remains empty, and no “Sign out” button appeared and users can access to Dashboard without authenticationAdditional information and/or screenshots
Resetting password works with passwords of any length
* As this is too simple problem, I thought there must be a duplicate issue on GitHub.
However, I couldn’t find it, so I submitted this issue.
Sorry if I just overlooked.
The text was updated successfully, but these errors were encountered: