diff --git a/html/index.html b/html/index.html
index 68ad683..4b13c51 100644
--- a/html/index.html
+++ b/html/index.html
@@ -27,7 +27,7 @@
'
- + 'user_id: | ' + genInput('inp_param_' + nr + '_id', 16, pp.direction, "id") + ' |
'
+ + 'user_id: | ' + genInput('inp_param_' + nr + '_id', 16, pp.direction, "") + ' |
'
+ 'username: | ' + genInput('inp_param_' + nr + '_name', 16, pp.direction, "name") + ' |
'
+ 'address: | ' + genInput('inp_param_' + nr + '_addr', 25, pp.direction, "address") + ' |
'
- + 'fingerprint: | ' + genInput('inp_param_' + nr + '_fpr', 25, pp.direction, "fingerprint") + ' |
'
+ + 'fingerprint: | ' + genInput('inp_param_' + nr + '_fpr', 25, pp.direction, "4ABE3AAF59AC32CFE4F86500A9411D176FF00E97") + ' |
'
+ '
';
},
IdentityList : function(nr, pp, value)
{
return 'IdentityList (only 1 entry supported here):'
- + 'user_id: | ' + genInput('inp_param_' + nr + '_id', 16, pp.direction, "id") + ' |
'
+ + 'user_id: | ' + genInput('inp_param_' + nr + '_id', 16, pp.direction, "") + ' |
'
+ 'username: | ' + genInput('inp_param_' + nr + '_name', 16, pp.direction, "name") + ' |
'
+ 'address: | ' + genInput('inp_param_' + nr + '_addr', 25, pp.direction, "address") + ' |
'
- + 'fingerprint: | ' + genInput('inp_param_' + nr + '_fpr', 25, pp.direction, "fingerprint") + ' |
'
+ + 'fingerprint: | ' + genInput('inp_param_' + nr + '_fpr', 25, pp.direction, "4ABE3AAF59AC32CFE4F86500A9411D176FF00E97") + ' |
'
+ '
';
},
PEP_enc_format : function(nr, pp, value)