businessdad
MVPbusinessdad MVP
Reactions
-
Re: Hash root user pass upon installation.
Tested and confirmed, that is most likely the bug. How to reproduce * Create a blank database (e.g. vanillatest). * Install Vanilla (I used version 2.0.18.4), using vanillatest as the database. Super… (View Post)2 -
Re: Hash root user pass upon installation.
I never said you are a liar, simply that I can't reproduce the issue and I asked you what steps do you follow to reproduce it. Then I added that, from an inspection, the hash code seems to be called … (View Post)2 -
Re: Hash root user pass upon installation.
I figured out what's happening: the password is passed as clear text to the UserModel, which converts it into a hash and saves it to the database. It makes sense, actually. The code that does it is i… (View Post)2 -
Re: automatic assigning roles with comments count
More like Rankings than Badges. :) I've been working on a Vanilla Badges plugin recently, it's not the easiest thing to implement. Rankings will come later, separately. :) (View Post)7 -
Re: single sign out for cross domain
The logic to follow is relatively simple. In a SSO environment, there is usually a central site that "calls the shots", i.e. the ones where the User logs in and out. When Users land on sate… (View Post)1