Skip to content

Commit

Permalink
[FIX] portal_backend: passwords must have at least 8 characters
Browse files Browse the repository at this point in the history
closes #124

Signed-off-by: Bruno Zanotti <bz@adhoc.com.ar>
  • Loading branch information
vib-adhoc committed Jul 6, 2023
1 parent d41b5a0 commit a3d9141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portal_backend/demo/res_users_demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<record id="user_portal_advanced" model="res.users" context="{'no_reset_password': True}">
<field name="partner_id" ref="partner_portal_advanced"/>
<field name="login">portal+</field>
<field name="password">portal+</field>
<field name="login">portal-backend</field>
<field name="password">portal-backend</field>
<field name="company_id" ref="base.main_company"/>
<field name="company_ids" eval="[Command.link(ref('base.main_company'))]"/>
<field name="signature"><![CDATA[<span>-- <br/>Mr Advanced portal</span>]]></field>
Expand Down

0 comments on commit a3d9141

Please sign in to comment.