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

Sign-Up Terms & Conditions are empty by default #1482

Closed
lbalmaceda opened this issue Sep 13, 2018 · 3 comments
Closed

Sign-Up Terms & Conditions are empty by default #1482

lbalmaceda opened this issue Sep 13, 2018 · 3 comments

Comments

@lbalmaceda
Copy link
Contributor

Lock widget is missing a default value for the sign-up Terms & Conditions which causes the container to be hidden. I think it's important to be straightforward on what the user is signing up to.

This line should have a text like:

By signing up, you agree to our terms of service and privacy policy

In the mobile SDKs we also link to the policies (which are customizable, see below). By default, we could display plain text or link to the Auth0 ones: https://auth0.com/privacy and https://auth0.com/terms.

iOS: https://github.com/auth0/Lock.swift/blob/master/Lock/Base.lproj/Lock.strings
Android: https://github.com/auth0/Lock.Android/blob/master/lib/src/main/res/values/strings.xml

image

@andreasvirkus
Copy link

Would just like to raise 1 point: issue there is that certain regions (EU for example) demands that the user actually has to manually opt-in for any consent and displaying a message as such could get a user into legal troubles. Whilst not displaying anything at all indicates that the user is giving no consent.

@luisrudge
Copy link
Contributor

@andreasvirkus there's an option to add a checkbox to accept the terms: https://auth0.com/docs/libraries/lock/v11/configuration#mustacceptterms-boolean-

@luisrudge
Copy link
Contributor

this is not the case anymore

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

3 participants