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

Disable registration isn't possible #84

Closed
evilprophet opened this issue Sep 4, 2017 · 1 comment
Closed

Disable registration isn't possible #84

evilprophet opened this issue Sep 4, 2017 · 1 comment
Assignees

Comments

@evilprophet
Copy link

I would like to disable possibility to register new user(for B2B shop).
I removed /customer/account/create from whitelist but registration is still possible because default rule Customer Account Dashboard (/customer/account) is also match for registration url.

@der-workfloh
Copy link
Contributor

Hi @evilprophet ,

I think the solution is rather simple to solve with the newest version of the module, where you can set the strategy of the whitelist rule to static instead of regex. There should be the problem however, that the UI does not allow you do enter the edit form for these rules (maybe we should skip the prohibition as there is a reset default functionality by now).

If you have direct access to the database, you can change the strategy yourself in the table bitexpert_forcelogin_whitelist for now as a workaround.

Best regards

@der-workfloh der-workfloh self-assigned this Oct 21, 2017
der-workfloh pushed a commit that referenced this issue Oct 25, 2017
#84 Allow all default whitelist entries to be editable
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

No branches or pull requests

2 participants