Comment 9 for bug 1883357

Revision history for this message
Ma Nu El (mapazarr) wrote :

I had the same problem. Somehow, the GUI fails to request the admin password and doesn't create the user.

Try from the terminal with:
```sudo useradd -m new_user_name```
This will create a new user with a home directory.
Once the user has been created you can change al other parameters, such as password or icon from the User Manager GUI.

I hope it helps. It worked for me :-)