Description
We need to use ftpserver against an existing database of users. The option to write custom SQL sentences works like a charm so our own difficulty is that passwords are encrypted in the database with a custom algorithm.
There are a couple of ways to do that already , but it would be nice to have the possibility to provide our own password-processing method to the UserManager (so we don't have to create a custom UserManager).