You may have develop a custom skin following the skin customization documentation. In this case, you may face errors when displaying the portal, because some new template files are required with LemonLDAP::NG 1.1:
The Yubikey form should be linked like the standard template files:
ln -s ../pastel/yubikeyform.tpl .
Custom templates must be copied, you will then be able to add your custom content into it:
cp ../pastel/custom* .
We added the possibility to define conditions in notifications. This implies no change for File backend, but a little update of table structure for DBI backend:
ALTER TABLE `notifications` ADD `cond` VARCHAR( 255 ) NULL AFTER `ref`