[FIX] User form view in auth_signup

bzr revid: vta@openerp.com-20121220103915-dgrbv0kkbssvxjmw
This commit is contained in:
vta vta@openerp.com 2012-12-20 11:39:15 +01:00
parent 3a9b6140c5
commit 6ccf2cee5e
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@
help="Send an email to the user to (re)set their password."/>
</div>
</xpath>
<!-- hide field set_password -->
<field name="new_password" position="replace">
<field name="new_password" groups="base.group_no_one" password="True"/>
</field>
</field>
</record>