Hi all.I just developed an integration module for authenticating both users and staff from an existing PHP session (yep, I know, unsecure, session hijacking & so on... but I need to use our SSO).The only remaining glitch is that the config page always have a "Unnamed:" section at the top. Can it be removed?IIUC I should somehow set 'title' in $options that gets passed to Form() constructor, but how could I do that?Tks.

Write a Reply...