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

Support "disable_self_service_change_password" option for database connections #486

Closed
1 task done
djkrul-nlo opened this issue Feb 14, 2023 · 2 comments
Closed
1 task done
Labels
🌱 feature New feature or request

Comments

@djkrul-nlo
Copy link

Checklist

Describe the problem you'd like to have solved

The management API provides a boolean option to disable "self service change password", but the terraform provider doesn't support it.

See: https://auth0.com/docs/api/management/v2#!/Connections/patch_connections_by_id

Describe the ideal solution

Support the disable_self_service_change_password option for database connections.

Alternatives and current workarounds

No response

Additional context

For more context:

https://community.auth0.com/t/how-to-remove-the-forgot-password-link-from-the-new-universal-login-page/92554

@sergiught sergiught added the 🌱 feature New feature or request label Feb 23, 2023
@sergiught
Copy link
Contributor

Hey @djkrul-nlo 👋🏻 thanks for bringing this to our attention. We'll first need to add support for this within the Go SDK that this provider leverages: https://github.com/auth0/go-auth0. We'll try to allocate some time to tackle this in the upcoming weeks.

@sergiught
Copy link
Contributor

Hey @djkrul-nlo 👋🏻

This is now supported in the latest releasev0.45.0. Please give it a go and let us know if you have any issues with it. Thanks!

Docs: https://registry.terraform.io/providers/auth0/auth0/0.45.0/docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants