convert metlusr to idntusr

This commit is contained in:
Mike Mason
2023-07-17 17:17:04 +00:00
parent cb0651b7bf
commit 02ac2870bc
3 changed files with 65 additions and 7 deletions

View File

@@ -9,4 +9,7 @@ const (
// IDPrefixUser defines the ID Prefix for a User.
IDPrefixUser = "metlusr"
// IdentityPrefixUser defines the ID Prefix for a User created with Identity API.
IdentityPrefixUser = "idntusr"
)