Cli add User problem

Hi,
I’m using CLI interfare of RT to add user and I use this ccommand to
create a new one :

“rt create -t user set username=test9 emailaddress=test9@junk.com
password=qwerty”

and it works but when I go in web interface loggin with admin and I go
in Configuration - User - Choose user I do not see the user created
with this command.

It seems the same problem (user created not appears in the list) in Web
interface when use Configuration - User - New user and create a user and
not check the “Let this user access RT” and “Let this user be granted
rights” in Access Control.

How is possible from CLI adding this check to the user created ?

Thanks a lot for all