allow auth login with inline username
This commit is contained in:
@@ -185,6 +185,9 @@ module Postal
|
||||
if data.strip == ''
|
||||
@proc = username_handler
|
||||
'334 VXNlcm5hbWU6'
|
||||
else
|
||||
@proc = password_handler
|
||||
'334 UGFzc3dvcmQ6'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user