Badges
Creator of Grav CMS + other things...
Recent posts
-
Login Plugin returns Login Failed
· 9 years ago
@adv: password: 'passwordhere' email: '[email protected]' fullname: 'First Last' title: 'Site Administrator' access: admin: login: true super: true There's your problem you need: password: 'password
-
Grav v1.3.9 + Admin v1.6.7 + more released
· 9 years ago
quick fix was required to handle a nasty little bug.
-
404 Error - Server 2016 IIS 10
· 9 years ago
should be fine. It's the same thing for apache, you just put .htaccess in the root of the site.
-
Login Plugin returns Login Failed
· 9 years ago
you use triple backticks like in markdown for code blocks... regarding your issue, what does the user account look like? delete the pw/email lines if you like, I'm interested specifically in the acces
-
Grav v1.3.9 + Admin v1.6.7 + more released
· 9 years ago
Just wanted to let folks know that Grav + Admin + Form + Login + Email plugins have been released today. There are many fixes in these releases and quite a few new features. Check them out. https://g
-
404 Error - Server 2016 IIS 10
· 9 years ago
I'm afraid being mac-based I have very little experience with IIS. There are some users that do use it and I suggest hoping on or slack channel and ask there?
-
Recaptcha Issue in Form Plugin not solved via update
· 9 years ago
Could you please open an issue, or better yet, create a PR with your solution for the form plugin here: https://github.com/getgrav/grav-plugin-form
-
Create a Basic Plugin
· 9 years ago
Easier way: Install devtools plugin: bin/gpm install devtools Create new plugin: bin/plugin devtools new-plugin Fill in the details when prompted
-
Assets performance, PSI and loadCSS
· 9 years ago
This kind of nonsense is exactly why moving to HTTP2 makes sense.
-
Login Plugin returns Login Failed
· 9 years ago
did you indent your YAML correctly? your code block is not indented as it should b e. Should be: access: site.login: true the password being hashed on first login (irrespective of access) is correc