Project

General

Profile

Bug #98049

Updated by Markus Klein almost 2 years ago

Setting @permalogin@ to 1 states: "Permanent login is by default enabled but can be disabled by a form control in the login form." 

 but actually this doesn't work. the reason is simple: 
 <pre> 
 strlen((string)$isPermanent) != 1 
 </pre> 
 this will not respect the setting "0" 

Back