Merge branch 'master' of git://git.onelab.eu/sfa into upmc
[sfa.git] / sfa / rspecs / elements / login.py
index ae42641..99dc5c3 100644 (file)
@@ -4,5 +4,6 @@ class Login(Element):
     fields = [
         'authentication',
         'hostname',
-        'port'
+        'port',
+        'username'
     ]