Working on CAJA this AM. I’ve got the code so that it users Drupal for logins, then checks the CAJA table creating a user if necessary, then creates a user folder if necessary, properly stuffs things into the CAJA db, sets the variables and then lets the use make and save and load interviews.
Tagged: CALI Author Toggle Comment Threads | Keyboard Shortcuts
-
Elmer Masters
-
Elmer Masters
Working: login with Drupal account, add to CAJA db. This way we can use the local CAJA db for perms and settings.
-
Elmer Masters
Working on CAJA. Connecting to Drupal for basic login is working. Need to write code for some basic user management though.
-
Elmer Masters
CAJA user login process: user enters name + passwd; this is checked in Drupal db; if it matches, creates row in CAJA db. By creating a row in CAJA db we can store some data about user, like path to data folder.
-
Elmer Masters
Switching gears for a bit to work on security/user/login stuff for CAJA.