]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
these fields are optional
authorRoland Häder <roland@mxchange.org>
Tue, 19 Apr 2016 08:36:11 +0000 (10:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 19 Apr 2016 17:31:20 +0000 (19:31 +0200)
web/WEB-INF/templates/admin/user/admin_form_user_personal_data.tpl

index 4e3c0428cd2c05ead52564f94c8ea93a727c1749..3881afff8f2d3d6dafda33710e92e8f60a509c3f 100644 (file)
                                </div>
 
                                <div class="table_right">
-                                       <h:inputSecret class="input" id="password1" size="10" maxlength="255" value="#{adminUserController.userPassword}" required="true" />
+                                       <h:inputSecret class="input" id="password1" size="10" maxlength="255" value="#{adminUserController.userPassword}" />
                                </div>
 
                                <div class="clear"></div>
                                </div>
 
                                <div class="table_right">
-                                       <h:inputSecret class="input" id="password2" size="10" maxlength="255" value="#{adminUserController.userPasswordRepeat}" required="true" />
+                                       <h:inputSecret class="input" id="password2" size="10" maxlength="255" value="#{adminUserController.userPasswordRepeat}" />
                                </div>
 
                                <div class="clear"></div>