|
32 | 32 | { "key": "Username", "optional": true }
|
33 | 33 | ]
|
34 | 34 | },
|
| 35 | + { |
| 36 | + "command": "account.ChangeEmail", |
| 37 | + "chain": "authenticated", |
| 38 | + "ctor": ["Account","Email"], |
| 39 | + "crudNature": "update", |
| 40 | + "title": "Change email", |
| 41 | + "fields": [ |
| 42 | + { "key": "Account", "hideIfDefaultValue": true }, |
| 43 | + { "key": "Email", "placeholder": "[email protected]", "optional": true } |
| 44 | + ] |
| 45 | + }, |
35 | 46 | {
|
36 | 47 | "command": "account.ChangeDescription",
|
37 | 48 | "chain": "authenticated",
|
|
119 | 130 | { "key": "Title", "placeholder": "Reddit", "optional": true, "help": "If you don`t specify this, then URL is required" },
|
120 | 131 | { "key": "Url", "placeholder": "https://www.reddit.com/", "title": "URL", "optional": true, "help": "If you don`t specify this, then Title is required" },
|
121 | 132 | { "key": "Username", "placeholder": "[email protected]", "optional": true },
|
| 133 | + { "key": "Email", "optional": true, "help": "If your account has username AND email, specify it here. If the account uses email as username, then write email in username." }, |
122 | 134 | { "key": "Password", "type": "password", "optional": true },
|
123 | 135 | { "key": "PasswordRepeat", "placeholder": "(optional, to prevent typos)", "title": "Repeat password", "type": "password", "optional": true }
|
124 | 136 | ]
|
|
0 commit comments