Skip to content
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

influx setup allows creating passwords shorter than 8 chars, but cannot login. #19585

Closed
danielr1996 opened this issue Sep 18, 2020 · 1 comment

Comments

@danielr1996
Copy link

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. create a fresh install of influxdb and start the service
  2. run influx setup --bucket default --org admin --password adminadmin --username admin --force
  3. go to http://localhost:9999 and login with user admin and password admin

Expected behavior:
influx setup refuses password not meeting the password policy

Actual behavior:
I get the Could not sign in popup. and cannot login

I tried to reset the admin password with influx user password --id 0653c03959f02000 and I got Password too short - minimum length is 8 characters!. After choosing a password longer than 8 chars I could login in the webinterface.

Environment info:

  • System info: Linux 5.4.0-1018-raspi aarch64
  • InfluxDB version: InfluxDB 2.0.0-beta.16 (git: 50964d7) build_date: 2020-08-07T20:18:22Z
  • Influx CLI version: Influx CLI 2.0.0-beta.16 (git: 50964d7) build_date: 2020-08-07T20:09:20Z
@glinton
Copy link
Contributor

glinton commented Sep 29, 2020

closed by #19593

@glinton glinton closed this as completed Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants