How to add user accounts? #6
-
Installation comes without a default user. What's a good way to add one? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
You can add user accounts from the command line:
Now you can login with See also https://github.com/annaesvensson/yellow-edit |
Beta Was this translation helpful? Give feedback.
-
Jimmy, you can use
|
Beta Was this translation helpful? Give feedback.
-
HI - And what is the way to add user without a terminal ? I mean by editing user.ini ? THX |
Beta Was this translation helpful? Give feedback.
-
Ok, I used a terminal after install php5-cli ... sorry for my ignorance ;) |
Beta Was this translation helpful? Give feedback.
-
You can add a default user by editing the configuration:
Now you can login with |
Beta Was this translation helpful? Give feedback.
-
As a noob, I find editing the |
Beta Was this translation helpful? Give feedback.
-
Here please, an online user account tool: Edit: Online tool has been removed, you can now create a user account in a web browser. |
Beta Was this translation helpful? Give feedback.
You can add user accounts from the command line:
php yellow.php user add email@example.com horsebatterystaple
Now you can login with
email@example.com
and passwordhorsebatterystaple
.See also https://github.com/annaesvensson/yellow-edit