Craft gives us the option to force any particular user to reset their password the next time they login. If you ever need to to force all users to reset their password on a larger site where manually updating each user is not feasible, you might have to do so at the database level.
Read More »
Ben Parizek
Sometimes the order of things matters. This article begins to explore how Twig Templates in Craft CMS are processed. We'll take a look at the order in which the `set`, `block`, `extends` and `include` tags get evaluated and rendered. Understanding the logic behind how the page is processed will help you decide when to use these tags; whether you should be using these tags in your layouts, page templates, or partials; and know when you need to consider alternative methods to pass variables between your templates more easily when dealing with more advanced templating needs.
Read More »
Ben Parizek