bcgov / entity

ServiceBC Registry Team working on Legal Entities
Apache License 2.0
23 stars 58 forks source link

Auth Web - validate account (business profile) email #16711

Open davemck513 opened 1 year ago

davemck513 commented 1 year ago

Sample page:

image.png

severinbeauvais commented 1 year ago

cc: @jdyck-fw @Mihai-QuickSilverDev

I looked into validating email in the UI previously and I concluded that validating it in the server (when the change is posted) is better because

THIS ticket suggests that the validation should be done in the UI. We need to figure this out.

severinbeauvais commented 1 year ago

@JohnamLane I believe this is for your team, please and thanks. (Mihai said so ;) )

severinbeauvais commented 1 year ago

@janisrogers @yuisotozaki Any thoughts on removing the second (confirm) email input?

janisrogers commented 1 year ago

I am all for this idea, but I may be outnumbered. Let me bring it up in our design meeting.

severinbeauvais commented 1 year ago

I'm also looking for your thoughts on whether we could do email validation after the Update button is clicked (ie, validation done by API), instead of validation done in the UI when the user enters the email. The latter would make multiple calls to the (paid) MillionVerifier API, which is undesirable.