allow auth login with inline username

This commit is contained in:
Charlie Smurthwaite
2017-07-11 09:52:49 +01:00
parent 9e91c75157
commit f1bee5644b
+3
View File
@@ -185,6 +185,9 @@ module Postal
if data.strip == ''
@proc = username_handler
'334 VXNlcm5hbWU6'
else
@proc = password_handler
'334 UGFzc3dvcmQ6'
end
end