vesoft-inc/nebula

When creating user, the username can‘t be a string in double quotes, that's different with password

Open

#2,986 opened on Sep 30, 2021

View on GitHub
 (9 comments) (0 reactions) (0 assignees)C++ (1,144 forks)batch import
communitygood first issuepriority/low-pritype/enhancement

Repository metrics

Stars
 (9,828 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

now

create user test2 with password "12"

suggest

create user "test1" with password "12"

https://discuss.nebula-graph.com.cn/t/topic/3732/2

Contributor guide