diff --git a/fcli-core/fcli-ssc/src/main/resources/com/fortify/cli/ssc/i18n/SSCMessages.properties b/fcli-core/fcli-ssc/src/main/resources/com/fortify/cli/ssc/i18n/SSCMessages.properties index 6bb349e396..061a40892f 100644 --- a/fcli-core/fcli-ssc/src/main/resources/com/fortify/cli/ssc/i18n/SSCMessages.properties +++ b/fcli-core/fcli-ssc/src/main/resources/com/fortify/cli/ssc/i18n/SSCMessages.properties @@ -383,6 +383,13 @@ fcli.ssc.token-definition.list.usage.header = List token definitions. # fcli ssc user fcli.ssc.user.usage.header = Manage SSC users. fcli.ssc.user.create.usage.header = Create a local SSC User +fcli.ssc.user.create.email = The email of the user +fcli.ssc.user.create.firstName = The first name of the user +fcli.ssc.user.create.lastName = The last name of the user +fcli.ssc.user.create.pwNeverExpires = Causes the password of the user not to expire +fcli.ssc.user.create.requirePwChange = Requires the password of the user to be changed +fcli.ssc.user.create.suspend = Causes the user to automatically be su +fcli.ssc.user.create.username = The username of the user fcli.ssc.user.delete.usage.header = Delete a user. fcli.ssc.user.get.usage.header = Get user details. fcli.ssc.user.list.usage.header = List users.