Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Simple Search Error
· 10 years ago
Did you configure the plugin to search in a category? Otherwise it will not have results to search on. That's a problem I think I fixed in the latest develop branch, but not released yet. https://gith
-
Simple Search Error
· 10 years ago
Hey, my search form is generating an error and since i'am quite a noob, i can't figure our why. :-/ To recreate the error, you may just try it on the website itself: http://www.perfect-lifestyle.net/
-
Antimatter : top hamburger menu instead of sidebar?
· 10 years ago
Hi, I'm trying to get a simple top hamburger menu on small device, instead of the current sidebar (which is the only thing I don't find so sexy with antimatter theme). Is someone can briefly tell me w
-
Admin plugin security?
· 10 years ago
Thx a lot for the quick reply.
-
Admin plugin security?
· 10 years ago
It's the built-in PHP5.5+ password_hash function which is considered to be the most secure approach: http://php.net/manual/en/function.password-hash.php More info: https://gist.github.com/nikic/370723
-
Admin plugin security?
· 10 years ago
Hello, I got an additional question to this thread. I am trying to find which algorithm is used to hash the password and whether it use a salt or not. Does anyone know or could point me toward the ri
-
Admin plugin security?
· 11 years ago
Actually it's not hashed in newuser command, but just like manually creating, it is hashed after first login.
-
Admin plugin security?
· 11 years ago
Ah, so it is... I missed that it was hashed if you use the newuser (or after a login)! Thanks!
-
Admin plugin security?
· 11 years ago
The plain text password you can optionally add to the user yaml is replaced at the first login with the hashed password. You can also entirely skip this step by using bin/grav newuser
-
Admin plugin security?
· 11 years ago
I'm just asking because I don't think I know enough to really evaluate things, but is there a danger of having the admin plugin (with a plain text password in a config file) on a server somewhere? See