[SOLVED] Can´t see user created in Cluster via GUI

what did you type in? where don't you see it?
how does your user.cfg look like (/etc/pve/user.cfg)
 
root @ vulcano: ~ # cat /etc/pve/user.cfg
usuario: enunez @ pve: 1: 0: Elton: Nu% C3% B1ez: enunez@netvision.com.py :::
usuario: cpenayo1 @ pve: 1: 0: asd: asd ::::
usuario: prueba123 @ pve: 1: 0: asd: asd ::::
usuario: elton @ pam: 1: 0 ::::::
usuario: prueba @ pve: 1: 0 ::::::
usuario: bsantacruz @ pam: 1: 0 ::::::
usuario: aa @ pam: 1: 0 ::::::
usuario: root @ pve: 1: 0 ::::::
usuario: root @ pam: 1: 0 ::: asanchezg @ datamex, com.py :::
usuario: asanchezg @ pve: 1: 0 ::::::
usuario: trico @ pve: 1: 0 ::::::
usuario: prueba1234 @ pve: 1: 0 ::::::
usuario: asdasdasdasdaasdasd @ pam: 1: 0 ::::::
usuario: cpenayo @ pve: 1: 0 ::::::
 
I can't see the users that has been created previously, doesn't show what has been created already.
Even show me any error in the moment to create
 
does the user with which you are logged in have the correct rights to see the users?

what does
Code:
pvesh get /access/users
print on the commandline?
 
Is a root,

root@vulcano:~# pvesh get /access/users
400 Result verification failed
[4].email: invalid format - value does not look like a valid email address

pvesh get <api_path> [OPTIONS] [FORMAT_OPTIONS]
root@vulcano:~# pvesh get /access/users
400 Result verification failed
[11].email: invalid format - value does not look like a valid email address

pvesh get <api_path> [OPTIONS] [FORMAT_OPTIONS]


1574867787160.png
 
usuario: root @ pam: 1: 0 ::: asanchezg @ datamex, com.py :::
it seems that email is faulty (datamex,com.py instead of datamex.com.py), correct it and the users should show up again
 
simply edit it via a text editor of your choice (e.g. nano/vi)