> I'm currently building a patron self registration form which adds the user > details to the database by calling open-ils.actor.patron.update.
I'd stop there and take a look at the "staging" schema. There's a user interface in the staff client called Pending Patrons that is meant to be populated by things like self-registration, and it pulls from those tables. So instead of populating actor.usr directly, you'd be going through staging.user_stage and friends. -- Jason Etheridge | Equinox Software, Inc. / The Open Source Experts | phone: 1-877-OPEN-ILS (673-6457) | email: [email protected] | web: http://www.esilibrary.com
