Ticket #5837 (closed defect (bug): fixed)
WordPress and Moveable Type import create weak password
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 2.5 |
| Component: | Security | Version: | 2.3.3 |
| Severity: | normal | Keywords: | password import wordpress mt has-patch tested |
| Cc: |
Description
wp-admin/import/mt.php and wp-admin/import/wordpress.php need to do something better than creating accounts with the password "changeme". For an import with few users it's not certain that the user will change all the new passwords, for an import with large numbers of users it could be a particularly laborious task.
Suggest generating a random password with the usual algorithm. User can have the admin change the password if needed, or run through the recovery process.
Attachments
Change History
-
attachment
5837.patch
added
- Status changed from new to assigned
Forget the part I mentioned about the recovery process - these users won't have e-mail addresses. The patch reflects that even if the trac description didn't =)
Note: See
TracTickets for help on using
tickets.

Generates random passwords for users created by import