renwickcentre
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Registering 140 Subscribers from Excel Spreadsheet?Hi,
For anyone else requiring a solution, these two Plugins allow user registrations via a text file (but not an XLS):
Import Users Plugin for WordPress
http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/WordPress Import User/Password/Email from text file
http://progresstechlabs.com/?p=6Cheers,
Forum: Fixing WordPress
In reply to: Creating new user accountsHi Shane,
There is no option to import an XML file within the version of MyPHPAdmin that I am using. The only options are: CSV, CSV using LOAD DATA and SQL.
Cheers,
Forum: Fixing WordPress
In reply to: Encrypt WordPress User passwords using SQL rather than PHP?Hi Shane,
I thought MD5 hashing for WordPress passwords was depracated and not recommended since 2.5?
And if I do use AES_ENCRYPT how will WordPress know how to decrypt the password for each user if it doesn’t have the secret key (the ‘key_str’ parameter) that I pass to AES_ENCRYPT when I encrypt the password?
Cheers,
Forum: Fixing WordPress
In reply to: Creating new user accountsHi Shane,
Thanks for your reply.
So would I create my XML file and then go into PHPMyAdmin (or similar) and Import this XML file into the
wp_usertable in my MySQL database?Would the XML file nodes/entries have to be the same name as the relevant columns/fields in the
wp_usertable?Cheers,