NAME

addusers.pl - script to add users to the survey system.

DESCRIPTION

This script adds users to the system, based on a CSV style file. File format is:

#User Name, Email Address, ActUserID (if known)
Test User,test@example.com,

The ActUserID is the id of the user within the Act system, if known. The ActUserID isn't needed generally, but it can help to verify whether a user has already been added to the system with a different spelling of their name, or different email address.

USAGE

addusers.pl [--update] [--nocode] <file>

OPTIONS

--update

If a user is found by their email address, or actuserid if known, update the user details with the data provided for that user.

--nocode

If the user has been found, this option will prevent a new keycode being generated.

SEE ALSO

Labyrinth

http://yapc-surveys.org

BUGS, PATCHES & FIXES

There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties that are not explained within the POD documentation, please submit a bug report and/or patch via RT [1], or raise an issue or submit a pull request via GitHub [2]. Note that it helps immensely if you are able to pinpoint problems with examples, or supply a patch.

[1] http://rt.cpan.org/Public/Dist/Display.html?Name=Labyrinth-Plugin-Survey [2] http://github.com/barbie/labyrinth-plugin-survey

Fixes are dependent upon their severity and my availability. Should a fix not be forthcoming, please feel free to (politely) remind me.

AUTHOR

Barbie, <barbie@cpan.org> Miss Barbell Productions, http://www.missbarbell.co.uk/

COPYRIGHT

Copyright (C) 2006-2014 Barbie for Miss Barbell Productions
All Rights Reserved.

This distribution is free software; you can redistribute it and/or
modify it under the Artistic License 2.0.