Hi,
The placeholder option is only for custom field, in next release we will add for core field.
For now you can simply add javascript code on your template (in some js file of your template) to do this, like:
jQuery(document).ready(function(){
jQuery('#jform_username').attr('placeholder','Your Placeholder Text');
});