If you run
./nodebb upgradeit specifically updates both Vanilla and the current default theme, Lavender. so after a git pull, make sure you run that command and you should be good 🙂
When an admin is creating a new user (with an email that is already taken) through the ACP, the hook "filter:user.create" is firing even though the error "[[error:email-taken]]" pops up. Was this intended or should the hook only fire if no errors occur?
P.S. If the passwords don't match and the admin clicks on the "create" button, the error "Passwords must match!" pops up and the hook is not fired.
Good point I think that hook shouldn't fire at all if there are any errors, ie email is taken or its invalid etc.
@baris said:
Should be fixed in https://github.com/NodeBB/NodeBB/commit/5be1c17aa7afbd5d9d9c9945f588b5630da3145e
Thanks!