KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: zeroau on July 16, 2007, 04:04:36 pm

Title: How to add new administrator?
Post by: zeroau on July 16, 2007, 04:04:36 pm
May I know how to add new administrator for Kona Kart?
Title: Re: How to add new administrator?
Post by: john on July 16, 2007, 04:19:29 pm
Hi,

At the moment (v2.2.0.4) the Administrator's application doesn't have role-based security but you do have some configuration parameters to change the current behaviour:

This is from the file, konakartadmin.properties, which you can access from the Admin App itself, or directly on the disk under webapps\konakartadmin\WEB-INF\classes

# -----------------------------------------------------------------------------------
# Security Information for the Admin App. After konakart.login.attempts
# to login, the user will be blocked out for konakart.login.blockedmins minutes.

konakart.security.disabled=false
konakart.session.durationMinutes=30
konakart.login.attempts=3
konakart.login.blockedmins=10
konakart.admin.user=KonaKart
konakart.admin.password=prince

We only currently support one user of the Admin App (and his credentials are defined in the last two parameters above - user and password).


However, in a future version we will be adding role-based security which will allow you to add any number of users and assign different privileges.  For example, one admin user might only be allowed to administer the product catalogue whereas another can access orders and customers.

Regards,
John

Title: Re: How to add new administrator?
Post by: zeroau on July 16, 2007, 04:25:42 pm
Thank you for your reply. Feel happy to hear that, it is a great feature to be added for KonaKart.