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

[FEATURE] Expand sign up to allow double confirmation of email/user id input and supporting text #493

Open
davoutuk opened this issue Apr 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@davoutuk
Copy link

davoutuk commented Apr 22, 2024

Business problem:
The current sign up form is very neat but doesn't allow for a mistake in the user entering an incorrect email address. And also there is no opportunity to introduce some commentary text to explain how the sign up process works

Improvement:
Add new options to the sign up form, like:

1). double input of user email address? (bool)
If set to TRUE this would display two input fields for the user email address, as 'Email address' and 'Confirm email address'

2). Sign up commentary text
An optional String field that if set to non null would have this text displayed at the top of the sign up form. This text could be used to explain how the sign up works, e.g. use of verification email

3). Optional confirm sign up confirm prompt
An optional boolean sign up form property that is set to true will display a 'are you sure?' style prompt after the user has clicked on the sign-up button. The confirm prompt will display the user account name, allowing the user to choose not to confirm the sign up and go back and change the user name.

@davoutuk davoutuk added the enhancement New feature or request label Apr 22, 2024
@davoutuk davoutuk changed the title [FEATURE] Expand sign up to allow double confirmation of email/user id input and supporting texty [FEATURE] Expand sign up to allow double confirmation of email/user id input and supporting text Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant