How to use a local account not using OIDC #749
pmcdougall203-git
started this conversation in
Feature Requests
Replies: 1 comment
|
If you setup the config with the default configuration:
Local account creation does NOT require you to setup the SMTP settings in the compose file, but it is highly recommended as you will have no way of resetting your password (or at least no convenient way, you could just edit the database directly...). If you really don't want to setup the email settings, there is nothing from the app that should prevent you from doing so. The only hard requirement is that the username follows an email pattern, but it doesn't even have to be an actual email (e.g. test@test.com). One day I'd like to implement proper support for email-less accounts, but I haven't had a chance to get around to it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there, just wondering if it possible to use a local account, not using the OIDC authentication. I'd like to run this simply as a local user on one machine. I have Postgres all setup and connected, and Docker container running on Windows. Login screen appears in chrome, but I want a local account, not an OIDC one. I have checked the "OIDC_ENABLED=false" in compose.env but this doesn't change any login/account behaviour. I also tried setting "DISABLE_NEW_USERS=true", but this didn't change anything either. Do I need to modify compose.yml and remove all the OIDC and Email setup. Is a local account possible?
All reactions