Parent Directory
|
Revision Log
|
Revision Graph
Adding CalNet authentication module for authenticating against UC Berkeley's CalNet system. This initial commit is for Drupal 4.7 and needs upgrade to Drupal 5 along with a bunch of other TODOs listed in the README.txt. These need to happen before we publish any release or project page.
| 1 | $Id$ |
| 2 | |
| 3 | Developer Notes |
| 4 | ---------------- |
| 5 | You need to manually include a link to ?q=calnet/register to start the registration |
| 6 | process. |
| 7 | |
| 8 | To Do |
| 9 | ---------------- |
| 10 | - Change copyright notice, but make sure to include attribution in the form of |
| 11 | "with support from CommerceNet, Inc." or something like that. |
| 12 | - There is probably a bit of Big Ideas specific code in there so that needs to be |
| 13 | cleaned up. |
| 14 | - Security audit before release. |
| 15 | - Upgrade to Drupal 5.x. |
| 16 | - I didn't include aws.php since you need a CalNet login to get this code in the |
| 17 | first place. Should put some error handling and message in there instead of |
| 18 | require_once('aws.php'). |
| 19 | |
| 20 | Author |
| 21 | ---------------- |
| 22 | Initially developed by Rob Barreca <rob at chipin dot com> of ChipIn. Module |
| 23 | development sponsored by CommerceNet and ChipIn for the Big Ideas @ Berkeley |
| 24 | Initiative. |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |