Topic: PW Help Please
I change the PW to something without encrypting it, now i can't login! How would i reset my PW please help!
thanks!
(PS i love this thing)
You are not logged in. Please login or register.
PHP Labware forum → Other software → PW Help Please
I change the PW to something without encrypting it, now i can't login! How would i reset my PW please help!
thanks!
(PS i love this thing)
The encrypted value of the password (using the MD5 algorithm) is what is stored in the database. If you can access the MySQL table named 'users' in the database used by OrderSys, you can change the value there. There are many web-based, or desktop, applications (like phpmyadmin, etc.) which can be used for this. Look for table row for your user ID and edit the value in the md5_password field. Put in MD5-encrypted value. There are many tools to MD5-encrypt, even online - like at www.i4market.com/tools/md5.html or http://www.md5encrypter.com/
When i go into it i see the pw cut can't see to see anything that'll let me edit it.
Oh don't worry. found i and fixed it.
thanks
where to edit the Category please?
For changing the list of categories that are shown when adding a new item, go to Admin page where there is a link to a page to modify configuration for 'item' table. The link appears like -
your-domain.com/order.../interface_creator/internal_table_manager.php?table_name=item.
Choose the field 'Category' and edit 'Option to include' to add more categories or remove any.
For changing category of an item, just edit the item to choose another category from the list shown - the list is driven by the configuration done in 'Admin' for the 'item' table (see above).
The categories shown in the menu to browse items by category (on the front page) are auto-populated by all looking at the categories of exisiting items, and so a category for which there are no items will not be shown.
PHP Labware forum → Other software → PW Help Please