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

No login fields on login page #560

Open
klinkeye opened this issue Apr 17, 2024 · 3 comments
Open

No login fields on login page #560

klinkeye opened this issue Apr 17, 2024 · 3 comments
Labels
question Further information is requested

Comments

@klinkeye
Copy link

Is your question related to a problem or code? Please describe.
There is no username or password fields on the login page.

Describe what you've tried to solve this question
Fresh installation via docker compose
Signed up and created a new account (received user created success notification)
On the sign in page there is no where to enter username and password.
Tried browsers: Safari, chrome, brave

Include any code or screenshots (if applicable)
No error messages in the logs/terminal
image

Additional context
See attached

@klinkeye klinkeye added the question Further information is requested label Apr 17, 2024
@daniel31x13
Copy link
Member

You'll need to add the following to the env file:

NEXT_PUBLIC_CREDENTIALS_ENABLED=true

@klinkeye
Copy link
Author

You'll need to add the following to the env file:

NEXT_PUBLIC_CREDENTIALS_ENABLED=true

The documentation says the default is already true?

@klinkeye
Copy link
Author

That resolved my issue, I assume its either a bug or error in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants