-
Notifications
You must be signed in to change notification settings - Fork 478
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
updateDatabaseUser followed by authenticateUser fails with wrong Invalid username/password #1
Labels
Comments
This is probably related to influxdata/influxdb#490 |
I'm assuing you're running one node, is that correct ? |
Yes, this is against my Docker images which is a single instance. |
majst01
added a commit
that referenced
this issue
May 5, 2014
…ot password behavior changed so reset it on startup.
Confirm that your fix works. Enabled the former failing test in b4f3fce |
Daniel700
added a commit
to Daniel700/influxdb-java
that referenced
this issue
Jun 16, 2016
majst01
pushed a commit
that referenced
this issue
Oct 15, 2018
* Change in the format * Added interfaces for basic functionality * Setting the selection core inside the selection query * Query mechanism operate on core * Core implementations do the job * Simplified from clause * Changed query creation * Formatted latest changes * Added subquery successfully * Supporting sub queries * Removed access to public constructors * Formatting * Removed generics where not needed * Removed unecessary generics * Removed unnecessary diamond expression * Simplified construction of select query * Changed select query * Added simplified subquery creation * Added simplified subquery creation * Changed query builder * Fixed formatting * Moving to subquery * More fun with diamonds * Generified sub query functionality * Added influxdb query builder * Minor changes * Added flexibility on the query building * Generified subqueries * Sub query simplification * Added sub query * Added sub query feature * Added test for subquery * Added query string * Added support for slimit * Added tz support * Added timezone test * Added regex on clause * Added formatting * Added subqueries
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this can be seen in InfluxDBTest#testAuthenticateDatabaseUser.
The text was updated successfully, but these errors were encountered: