How do I start the Apache Tomcat servlet engine once the KonaKart based website is uploaded and installed on my server?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Quote from: Michael on November 11, 2010, 05:34:59 am
This sounds like a question for your hosting company
Quote from: ming on July 10, 2010, 11:41:59 am
Run this SQL statement using your newly-created user's email address (instead of "admin@konakart.com"):
INSERT INTO kk_customers_to_role (role_id, customers_id, date_added) SELECT 1, customers_id, now() FROM customers WHERE customers_email_address = 'admin@konakart.com'
Quote from: trevor on June 30, 2010, 08:22:57 am
- Register a new user in the store front application using a password "abc123xyz"
- Using a database tool, copy the value in customers_password (attribute of the customers table) for the newly registered user to the customers_password attribute of the admin user. Note that the value that you copy won't be "abc123xyz" since it has been "scrambled" for security reasons
- Log into the admin application as the admin user with the password "abc123xyz" and it should work.
Quote from: jbarb on June 27, 2010, 12:12:27 amQuote from: trevor on June 21, 2010, 08:31:27 pm
Assuming you still have an admin user, copy the value in customers_password for the newly registered user to the customers_password attribute of the admin user. Once you've done this, you will be able to login for the admin user using the password of the newly registered user.
Trevor,
I reinstalled 4.1 without reloading MYSQL and retained my products etc.
I can log on to cat and order using my original password (used for admin also)
but still cannot log on to admin. I assume this means I still have an admin user? If not what is my admin user? Now is "customers_password" an attribute to the MYSQL table "customers" in my data base?
Do I register this new customer in the KK webpage? What is a hashed password and where are the admin passwords in the database kept?
At this juncture I would just as soon disable all the security for the admin user until I have finished modifying the web page prior to publish. I can reinstate security after I'm finished with my customization.
This is the second time my admin password just went bad (only on "admin") for no apparent reason. Is it possible to disable user security while being blocked from the admin by going into my mysql database and how is it done?
Thanks
jbarb
(Jim)
Quote from: trevor on June 21, 2010, 08:31:27 pm
Assuming you still have an admin user, copy the value in customers_password for the newly registered user to the customers_password attribute of the admin user. Once you've done this, you will be able to login for the admin user using the password of the newly registered user.
Wow, if you've been working on KK since version 3.2 it would be a shame to throw away 1 and half years of work !