Peter Viszt
Peter Viszt
## Expected behaviour The following code should generate category archive pages for every language: localhost:4567/en/category localhost:4567/hu/category ## Actual behaviour The {lang} variable is not parsed at blog.custom_collections.category.link, so i get...
Not an issue, just wanted to let everyone know, that this is what you should use in 2019: ``` { icon: "apple-touch-icon.png", size: "180x180" }, { icon: "favicon-32x32.png" }, {...
Previously with Stormpath i changed a user's password(after validating the current password) like this: ``` req.user.password = req.body.password; req.user.save(function (err,res) { ... }); ``` This doesn't seem to work with...
Fix for issue #507