By default, Validation Password widgets require user input when published on a web page. You can, however, make the completion of text fields optional for the user.
<script type="text/javascript"> var PasswordWidgetObject = new Spry.Widget.ValidationPassword("PasswordWidget", {isRequired:false}); </script>