Remove bad update user email example (#13356)
Этот коммит содержится в:
коммит произвёл
Lev
родитель
c9cd14b50b
Коммит
f41c90657e
@@ -75,12 +75,11 @@ var ResetUserPasswordCmd = &cobra.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
var updateUserEmailCmd = &cobra.Command{
|
var updateUserEmailCmd = &cobra.Command{
|
||||||
Use: "email [user] [new email]",
|
Use: "email [user] [new email]",
|
||||||
Short: "Change email of the user",
|
Short: "Change email of the user",
|
||||||
Long: "Change email of the user.",
|
Long: "Change email of the user.",
|
||||||
Example: ` user email test user@example.com
|
Example: " user email testuser user@example.com",
|
||||||
user activate username`,
|
RunE: updateUserEmailCmdF,
|
||||||
RunE: updateUserEmailCmdF,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var ResetUserMfaCmd = &cobra.Command{
|
var ResetUserMfaCmd = &cobra.Command{
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user