Store username in Session.
[dftpd.git] / AuthNone.cpp
blob34ff262fe7c0beccc3d2a9b31d426d424b1be7df
1 #include "AuthNone.hpp"
3 bool AuthNone::Login( const std::string& login )
5 return true;
8 bool AuthNone::Password( const std::string& password )
10 return true;