• Welcome to KonaKart Community Forum. Please login or sign up.
 

How to add new administrator?

Started by zeroau, July 16, 2007, 04:04:36 pm

Previous topic - Next topic

zeroau

May I know how to add new administrator for Kona Kart?

john

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


zeroau

Thank you for your reply. Feel happy to hear that, it is a great feature to be added for KonaKart.