userport




Features:
• Users can be mass deleted, blocked, unblocked and activated. A re-activation string can be set and their group assignments can be changed; all with only a few mouse clicks.
• All user information can be set or updated, including registration date, activation string and params.
• The exported user list can be downloaded as CSV text directly.
• userport can be configured by non-super users too: all options can be set and checked in the 4-step workflow.
• An export can retrieve all user information from all users. Basic filtering can be applied to restrict which users need exporting.
• A 'test mode' allows you to test the import file and to verify the notification emails safely: without touching your database, and without disrupting your userbase.
• userport will not time-out: it has been tested to successfully import more than 20000 users using 1 import file.
• userport automatically uses default values for those fields you don't supply.
• All options and their consequences are clearly explained on the page where you configure them.
Note: Joomla 1.5 users must use the stable version v2.2
Changes for v3.0 beta 3:
• CSV import with redundant whitespace on a server without full csv capabilities failed. Fixed.
• CSV export could fail due to a blunt coding error. Fixed.
• userport will not warn any more on two common user plugins which do not have unexpected behavior.
• There was an erroneous check on the availability of a PHP function. Fixed.
• When fetching users from the database (for exporting, or for updating) you can now filter on specific groups.
Changes for v3.0 beta 2:
• Passwords in emails were not given in plaintext when known. Fixed.
• Passwords may not start or end with a space. A check has been added.
• When users were added in test mode, emails were not sent to the test mail address. Fixed.
• The Email sender and address are now fetched from the site's global configuration.
• Now using a more preferred way of sending out emails.
• Small changes for a small speed-up.
Changes for v3.0 beta:
• userport is now compatible with 2.5.
• userport now warns when external user plugins will or may send out emails for each added user.
• Passwords can now be overridden too: it is now possible to reset all passwords to the same string.
• The groups override value was set to a single fixed value. It is now a multi-select listbox containing all available user groups.
• The warnings given could be confusing. The text is now expandend, rephrased and displayed in a more friendly way.
• Several changes to the code were made to increase the speed of execution.
• Increased the number of field separators: you may now use a dollar sign $ or an ampersand & as well to separate your fields.
• Fixed most reported issues.
Only one issue on the current version with implode errors
com_userport/admin.userport.php on line 67
(only shows up when creating new accounts)
However with that error all is seemingly working anyway!
Thx guys
The implode() issue has been resolved in 1.6
I don't really understand why you would want to generate a random password?
The "Given passwords are already properly encoded" option doesn't make any sense to me. Maybe this can be explained?
I wonder if the things this component is capable of could be done with some sort of front end extension? This because I'm hessitant to provide access to the back end to certain front end users(authors & publishers).
A front end component/module is not within the scope of this extension. Bulk adding/updating users is not something that should be taken lightly - imagine a hacker gaining access to it!
As for the 'strange' options: creating a manual is relatively high on my todo list, but unfortunately still far from completed. The short answer: post a ticket on the forum.
Thank you for your high appreciation!
And best of all.... it's free!
Thanks a lot to the developer
As part of our permissioning we will also bulk block and unblock users and delete them (when they don't pay membership fees. I thus needed a way of doing that....and being Open Source I just added the feature. The code was easy to follow and I could do what I wanted so I'm happy.
I have posted a new set of files with my changes for these new features so hopefully everyone will see them once translators have caught up if the developer thinks they are OK.
My next patch will be to look at a 'bot style interface so another computer can push a CSV file via a shell script. That would be cool.
I like the fact that it gives you the option to import the passwords or you can assign them. I just save all the records into a comma delimited text file and copy and pasted the file into the component... over 5000 records imported fast. It then fives you warning of duplicate entries or other errors that you can track down easily.
Two thumps UP!
(As already resolved via the tracker forum)
This probably means you're usually not logged in as a super amdin, which is a practice to be applauded. When you log in as a super admin, you can change various parameters. You'll want to change the second option (User type).
;-)
Some extra information for the other userport users. While importing your users you can personalize your mail. Use the following tokens in the body of the text:
{user_name}
{user_login}
{user_password}
{user_type}
{site_name}
{site_url}
{admin_name}
{admin_email}
{user_log}
I couldn't find any documentation therefore I post the solution here.
It did take me a few minutes to understand that I needed to paste the names into the empty window (silly mistake) but it worked after that. Unless I missed it, that instruction should be added somewhere obvious.
Thanks.
Please keep developing it as it's the only one I've been able to find!
Glad you like it that much.
You mean you want to set the user type (Author, Editor, ...)? Super-admins can configure that in the Settings by changing the 'User type:' value (only to some front-end role). For this, only en masse configuration is possible.
Imports new users, updates existing ones.
One point of comment:
The text a user receives when a password is updated isn't configurable via the back-end.
It is in the language file, ...
Well done for this component
Thank you!
And actually, it is configurable in the back-end.
The setting can be changed in the last two options: "Subject to existing user" and "Text to send to existing user".
After changing, be sure to manually refresh the page to see the changes in effect.
Yes, it is unfinished, but yes, I (but who am I) find it very usable.
What features do you miss? It will never be implemented if you just leave it this way. It may be implemented if you enter them at http://joomlacode.org/gf/project/userport/tracker/
Hope to see you there!





