Firebaseui-web: Required first and last name for password sign-in?

Created on 2 Sep 2016  路  7Comments  路  Source: firebase/firebaseui-web

Your email/password sign-in flow is prompting users for "First & last name":

screen shot 2016-09-01 at 5 29 32 pm

I don't ever want to display my users' real names on my site, and I'm afraid they'll be freaked out that they're being asked that information. Unfortunately, it's currently a required field in the email/password form.

This makes the email/password sign-in option unusable for any site that wants to maintain its users' privacy.

How can I disable this?

auth p2

Most helpful comment

I agree with the OP. Why is this designed this way? Rarely would a site on the internet require first and last name for registration.

All 7 comments

If you are willing to download the firebase-ui-auth.js file and serve it yourself from your server, this is a pretty easy change to make. Once you get the file, search for the text: First & last name

Once you find that text, you can change it to anything you want. I changed mine to read Display Name.

While I was in there, I also updated the Cancel button so that it was no longer a primary button.

In the future we want to make this screen more customizable, but we have not seen many people request it yet, so we for now intend to work on this after milestone 1.0.

On the interim, thank you @rlansky for providing a temporary workaround!

I agree with the OP. Why is this designed this way? Rarely would a site on the internet require first and last name for registration.

@alfongj Any plans for this? Seems like at least 5 ppl here would like options, and probably more who haven't found this thread.

Hey @courthead, I will take this one over. Sorry about the delay. We are starting to look into it. I will keep you posted.

Thank you Bojeil for picking this up!

Was this page helpful?
0 / 5 - 0 ratings