Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
13132 มุมมอง

I see that a template user is created. Where is it for?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

it's created by the auth_signup module and it is used as a template when new users sign-up to openerp.

 <!-- Default template user for new users signing in -->
            <record id="default_template_user" model="res.users">
                <field name="name">Template User</field>
                <field name="login">portaltemplate</field>
                <!-- No password: this template user doesn't need to log in -->
                <field name="password"></field>
                <field name="active" eval="False"/>
                <!-- Avoid auto-including this user in any default group, just like a typical portal member -->
                <field name="groups_id" eval="[(5,)]"/>
            </record>
อวตาร
ละทิ้ง
ผู้เขียน

ok, but should that template user be hidden for the other users? I, as admin can e.g. log a phone call on that user, or make it the owner of a car. Seems strange, or am i wrong?

Related Posts ตอบกลับ มุมมอง กิจกรรม
How to activate a created user? แก้ไขแล้ว
2
ม.ค. 24
13055
2
มี.ค. 15
7228
0
ธ.ค. 24
9488
3
ก.ย. 24
21722
How to activate the Technical Features? แก้ไขแล้ว
5
ธ.ค. 24
53004