On Thu, Nov 17, 2011 at 4:18 PM, Florent Georges <li...@fgeorges.org> wrote: > I'd like to have an FTPlet that controls the login of users > programmatically. That is, having a method that looks something > like (with any complex custom processing in isValidLogin(...)):
I would propose to use a custom UserManager rather than an Ftplet for this purpose. Would that work for your case? /niklas