mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-09 06:35:23 +08:00
* generalise smtp config * copy over smtp vars * env new line * fix master key api access * comment user tests * fix network and user invite for master key access * remove email sender type * user mgmt commands * check user role on CE * user role nmtcl cmds * user groups commands * fix role and groups command * fix user create cmd * add usage info * rm user role check * fix user update cmd * fix static check
10 lines
159 B
Go
10 lines
159 B
Go
package user
|
|
|
|
var (
|
|
username string
|
|
password string
|
|
platformID string
|
|
admin bool
|
|
networkRoles map[string]string
|
|
groups []string
|
|
)
|