In my last project on SS 4, I’m trying to create my usual custom error pages – with same approach used on v. 3: Creating ErrorPage.ss inside /themes/mysite/templates/Layout; Including $Content inside template; After a successful /dev/build?flush=all I don’t see any content, neither right template (I see the default Page.ss one instead). In back-end there are error pages saved and published.
Tag: silverstripe
Silverstripe: ConfirmedPasswordField not saving new password
I am trying to allow users to update their password on the front end. All the other fields update, except for this one. I’m on Silverstripe Version 3.4.0. This probably isn’t the best way to handle this: Answer Like any other good CMS, SilverStripe will not store passwords in plain text in the database for security reasons. The password needs