Muut
September 11, 2015, 9:09pm
1
Hello,
I have another problem. I install some plugins: email, form, login, admin. I create new user but I get information that I haven’t got user. I create admin.yaml like this:
password: 'password’
email: 'youremail@mail.com’
fullname: 'Johnny Appleseed’
title: 'Site Administrator’
access:
admin:
login: true
super: true
First I create folder accounts in user folder.
Muut
September 11, 2015, 10:10pm
2
The check for an existing user only checks the existence of a yaml file in the /user/accounts/
folder. Please double check the file’s location.
Muut
September 11, 2015, 10:52pm
3
Remember the yaml format:
password: password
email: youremail@mail.com
fullname: Johnny Appleseed
title: Site Administrator
access:
admin:
login: true
super: true
---
Muut
September 11, 2015, 10:54pm
4
I check both format with ‘’ and without it. Both not working
Muut
September 11, 2015, 10:55pm
5
The indentation is correctly?
Muut
September 11, 2015, 10:56pm
6
Im not updated to all news but I read the new CLI command “newuser” you can try to use this instead to create a file directly ^^
Muut
September 11, 2015, 10:57pm
8
No worries, Ill try my best
Muut
September 12, 2015, 6:08am
9
Now I haven’t got information about create user but I have information like http://weboom.info/admin
Muut
September 12, 2015, 2:02pm
10
Muut
September 12, 2015, 2:10pm
11
@vicky0019 that error you are seeing is because you have updated the Grav admin, but you need to update Grav itself to the latest version of 0.9.42. You can do this via GPM:
$ bin/grav selfupgrade --force
Muut
September 12, 2015, 2:26pm
12
BTW for reference, you are still running 0.9.40.
Muut
September 12, 2015, 5:38pm
13
OK, I try install new version
Muut
September 13, 2015, 9:14am
15
I think you fix the problem, nice to know ^^
Muut
September 15, 2015, 3:18pm
16
Yes, I fix the problem when I install new grav version