diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-07-22 16:52:18 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-07-22 16:52:18 +0300 |
| commit | 7ac2d94ec237ca76ee7bdbdc8d86d155536bf47d (patch) | |
| tree | 81e331a3ead6499e44741792637353176cde469e /go-src/windowMessages.go | |
| parent | 137d7cc9a77139fe7a267800419f0c85884f3e0f (diff) | |
| download | ctfc-7ac2d94ec237ca76ee7bdbdc8d86d155536bf47d.tar ctfc-7ac2d94ec237ca76ee7bdbdc8d86d155536bf47d.tar.gz ctfc-7ac2d94ec237ca76ee7bdbdc8d86d155536bf47d.zip | |
Very roughly implemented password updating
Diffstat (limited to 'go-src/windowMessages.go')
| -rw-r--r-- | go-src/windowMessages.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/go-src/windowMessages.go b/go-src/windowMessages.go index 4f3e151..21dd094 100644 --- a/go-src/windowMessages.go +++ b/go-src/windowMessages.go @@ -24,6 +24,7 @@ const ( // Input specifications startupWindowSpec = "[L/R]" chatWindowSpec = "Message or [C/D/A/L/</>/H]" + accountWindowSpec = "[C/D/L/number/H]" logoutWindowSpec = "[Y/N]" inputBackSpec = " or [B for Back to start page]" usernameSpec = " [A-z, 0-9, *, ., _, -; at least 1 letter] or [B for Back to start page]" @@ -32,4 +33,7 @@ const ( chatsSpec = "[D/A/L/</>/C/E/name/number/H]" chatNameSpec = " [2-20 characters; A-z, 0-9, spaces, _, -] or [B for Back to chats page]" chatDescSpec = " [0-30 characters]" + + // Other + hiddenValue = "[HIDDEN]" ) |
