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

Fix API allowed_registration #6315

Merged
merged 1 commit into from Mar 28, 2023
Merged

Conversation

caspermeijn
Copy link
Contributor

Two configuration options need to be enabled to allow user registration via the API:

  1. fosuser_registration, which indicates whether registration is allowed at all (frontend and API)
  2. api_user_registration, which indicates whether registration is allowed via the API

Fixes #6314

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes (locally)
Documentation no
Translation no
CHANGELOG.md no
License MIT

Copy link
Member

@j0k3r j0k3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for that contribution. Could you rebase against the master and run php bin/php-cs-fixer fix to fix issue about the linter? Thanks

@j0k3r j0k3r added this to the 2.6.0 milestone Mar 27, 2023
Two configuration options need to be enabled to allow user registration via the API:
1) fosuser_registration, which indicates whether registration is allowed at all (frontend and API)
2) api_user_registration, which indicates whether registration is allowed via the API
@j0k3r j0k3r merged commit f22c4b0 into wallabag:master Mar 28, 2023
13 checks passed
@caspermeijn caspermeijn deleted the api_registration branch March 28, 2023 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API registration is not allowed, but it is reported as allowed
2 participants