I have a bunch of user custom fields from an import. I would like only one of them to be included on the login page. When I look at the CSS, the different fields are tagged with only an ember-xxx
tag. Is it safe to use those tags to target individual fields or are they likely to change if . . . something … changes?
Edit: Or if there were a way to make a user custom field as “hidden from user” that would be another solution to the problem.