Change UserName to NetworkID on Change Password page?

Our client wants to change the test from UserName to NetworkID on the Passwordreset pages.
I found this page:

but is there any way to just always user NetworkID, and the user never has to see UserName?

Hey Chris!

You can try using this to change the usernameLabel and the Empty Text that is displayed before a user types anything.

PATCH {{api-url}}/v2/org

{
	"usernameEmptyText": "NetworkID (ex. [email protected])",
	"usernameLabel": "NetworkID"
}

Please let me know if this is what you are looking for!

  • Zach

Thanks Zach, that worked great.

Thanks Zach! This is quite helpful.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.