BlueWaveTechnologies / BlueWave

Web application used to create charts and dashboards using a graph database
MIT License
5 stars 3 forks source link

AuthenticationException when AUTH="DISABLED" #304

Open sashatrubetskoy opened 1 year ago

sashatrubetskoy commented 1 year ago

Attempting to create a new group via main page when auth is disabled causes the following error:

SQLException: Failed to save bluewave.app.User. NULL not allowed for column "ACTIVE"; SQL statement: INSERT INTO application.user (username,password,access_level,active,contact_id,auth,info) VALUES (?,?,?,?,?,?,?) [23502-197] 2023-05-05 19:19:52.965+0000 WARN The client is unauthorized due to authentication failure. AuthenticationException: The client is unauthorized due to authentication failure.