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
Currently you can only deploy with public account creation available. However, we should expose an option to lock this down.
To lock it down requires changing the ACCOUNT_ADAPTER here https://github.com/dimagi/commcare-sync-ansible/blob/master/roles/commcare_sync/templates/django/local.py.j2#L15-L16
ACCOUNT_ADAPTER
It should be set to EmailAsUsernameAdapter if public account creation is enabled, or NoNewUsersAccountAdapter if it is not.
EmailAsUsernameAdapter
NoNewUsersAccountAdapter
The text was updated successfully, but these errors were encountered:
@prem-fissionhq do you want to look into this?
Sorry, something went wrong.
@czue yes, will look into this. Thanks
No branches or pull requests
Currently you can only deploy with public account creation available. However, we should expose an option to lock this down.
To lock it down requires changing the
ACCOUNT_ADAPTER
here https://github.com/dimagi/commcare-sync-ansible/blob/master/roles/commcare_sync/templates/django/local.py.j2#L15-L16It should be set to
EmailAsUsernameAdapter
if public account creation is enabled, orNoNewUsersAccountAdapter
if it is not.The text was updated successfully, but these errors were encountered: