Thanks @dan, looks like there’s a add call in that file that I’m guessing might pass through a “name” parameter… I’m not familiar with Ember and haven’t figured out models.Member.add versus member.save versus saveTask, but Admin/gh-member-settings-form.hbs at main · TryGhost/Admin · GitHub calls setProperty on “name” so seems like a decent bet.
I wonder how much work it would be to make a “data-members-name” input attribute work. Hum… https://github.com/TryGhost/Ghost/blob/master/core/server/public/members.js seems to send new member creation through /members/api/send-magic-link/ Err, where does @tryghost/magic-link live? Alright, enough rabbit trail for today.