We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Happens if you do this:
How to prevent During disable normal login, check if there at least ONE admin in social login. If not, do not allow to disable it/ show warning
The text was updated successfully, but these errors were encountered:
Since I crashed into the same issue, I want to provide a workaround until a warning will be implemented.
docker-compose.yml
sudo apt install sqlite3
sudo sqlite3 data/pingvin-share.db
UPDATE Config SET value = 'false' WHERE name = 'oauth.disablePassword';
docker compose down
docker compose up -d
Sorry, something went wrong.
No branches or pull requests
🔖 Feature description
Happens if you do this:
🎤 Pitch
How to prevent
During disable normal login, check if there at least ONE admin in social login.
If not, do not allow to disable it/ show warning
The text was updated successfully, but these errors were encountered: