-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Platform] Add EULA in the install flow #5376
Comments
chirag-yb
changed the title
[Platform] add EULA to the replicated-based install flow
[Platform] Add EULA in the install flow
Dec 14, 2020
Mock available here - https://xd.adobe.com/view/372c7534-8dce-40d6-9768-e667241155dc-627f/
|
Let us prioritize this for next week., |
andrewc-dev
pushed a commit
that referenced
this issue
Feb 18, 2021
…Platform installation Summary: Add additional checkbox field that user must accept in order to register a customer. Modify existing YBCheckBox to work with Formik and remove unused YBFormCheckbox file. Add styling to checkbox to fit better with dark background. Test Plan: Go to `/register` route and observe the "Register" submit button should be greyed out. New checkbox and EULA text should look like this: {F15076} Filling out the form will cause the "Register" button to be clickable: {F15077} Reviewers: ssutar, mjoshi, sshevchenko Reviewed By: sshevchenko Subscribers: ui Differential Revision: https://phabricator.dev.yugabyte.com/D10635
polarweasel
pushed a commit
to lizayugabyte/yugabyte-db
that referenced
this issue
Mar 9, 2021
… during Platform installation Summary: Add additional checkbox field that user must accept in order to register a customer. Modify existing YBCheckBox to work with Formik and remove unused YBFormCheckbox file. Add styling to checkbox to fit better with dark background. Test Plan: Go to `/register` route and observe the "Register" submit button should be greyed out. New checkbox and EULA text should look like this: {F15076} Filling out the form will cause the "Register" button to be clickable: {F15077} Reviewers: ssutar, mjoshi, sshevchenko Reviewed By: sshevchenko Subscribers: ui Differential Revision: https://phabricator.dev.yugabyte.com/D10635
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have recently published EULA on our web page which also needs to be published in the product installation. Users need to accept T&C to finish the installation setup.
The proposal is to add EULA before the admin user registration so it can work consistently for all installation types - Replicated, Non- Replicated, and K8s.
The text was updated successfully, but these errors were encountered: