@jeking, just wanted to report a bugfix to you. I'm using Admin Profiles, and realized that enabling 'Change Customer Password' from the profile editor did not actually give access to my client's admin account. I found that the page key had a capital 'C' (passChange), but it should be lowercase to allow access to passchange.php.
Here is the updated SQL that worked for me:
Code:
INSERT INTO admin_pages (page_key, language_key, main_page, menu_key, display_on_menu, sort_order) VALUES ('passchange', 'BOX_TOOLS_PASSCHANGE', 'FILENAME_PASSCHANGE', 'tools', 'Y', '40');
Bookmarks