apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
61.79k stars 13.52k forks source link

Default credential not working #10149

Closed SwapnilKhante closed 4 years ago

SwapnilKhante commented 4 years ago

A clear and concise description of what the bug is.

Expected results

Successful login

what you expected to happen.

Actual results

Trying admin username and admin as password. Getting Invalid login. Please try again.

what actually happens.

Screenshots

image

If applicable, add screenshots to help explain your problem.

How to reproduce the bug

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Environment

(please complete the following information):

Running docker setup

Carmageddon commented 5 months ago

This issue should be reopened, I've just run into the same issue with the latest Docker installed on Mac M2. This is the first time using Superset, I will try removing related images etc, but I have to be careful I have other stuff including mounted volumes that i need to keep running, specifically Clickhouse right now with test data that I've loaded.

mistercrunch commented 5 months ago

I've just run into the same issue with the latest Docker installed on Mac

@Carmageddon how did you install? docker-compose is best for development or test-driving, and will create a default admin/admin account.

Neelam-Ranjan commented 4 weeks ago

I am still facing the issue - after creating flask fab user the browser goes in 'Internal server error' !!!!

mistercrunch commented 4 weeks ago

after creating flask fab user the browser goes in 'Internal server error' !!!!

Seems like a different issue, any logs server side? Since this is issue is closed and this seems different, you may want to open a fresh new issue and fill the input form (logs, version, environment details...)

Neelam-Ranjan commented 4 weeks ago

I am running Superset in Kubernetes and when I am trying to enter the default login details it says 'Invalid login try again' so I tried above suggestion - https://github.com/apache/superset/issues/10149#issuecomment-692779244 and got the 'Internal server error 500' !!