<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.1">
</HEAD>
<BODY>
On Mon, 2007-02-12 at 15:38 -0500, aditya aekkaldevi wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">Initially, in order to login to the ERP5 using ERP live CD we use the default username and password i.e zope &amp; zope. So, my question is how can I create a new user account so that I can login with my own username and password instead of zope.</FONT><BR>
    <FONT COLOR="#000000">Please give a clear explaination as I am new to this stuff.</FONT><BR>
</BLOCKQUOTE>
<BR>
ZMI is your friend.&nbsp; To see it add '/manage' to almost every url in ERP5 (or even Zope), or simply you can go to '<A HREF="http://localhost/manage'">http://localhost/manage'</A> to see the main one.<BR>
Then you should enter to your ERP5 instance and select 'acl_users' product. Select 'zodb_users' and add your user here.<BR>
After all,&nbsp; you have to assign some roles to the new user. So select 'zodb_roles' and assign a role.<BR>
To see details on users and roles read <A HREF="http://www.erp5.org/ERP5SecurityModel.">http://www.erp5.org/ERP5SecurityModel.</A><BR>
<BR>
--<BR>
Sadegh Ismael Nattaj
</BODY>
</HTML>