You are not logged in. Please note that you need to log in before posting.
(Sorry for double posting, not sure whether a new topic was desirable...)
I'm possibly interested too, but integration with Drupal 6.x is a pre. It doesn't have to be completely native, as in configurable the same way as Drupal 6.x modules. However, I do require it to get its user data from Drupal 6.x. hitAppoint's frontend will only be reachable to logged in users. I don't want my users to have to register and login twice. Is this done easily?
Offline
Hi,
The purchase has been made and I still hope we can work something out.
Drupal stores its user accounts in a table called 'users':
field | type | collation | attributes | null | default value | extra
uid | int(10) | - | no | - | auto_increment
name | varchar(60) | utf8_general_ci | - | no | -
pass | varchar(32) | utf8_general_ci | - | no | - | -
mail | varchar(64) | utf8_general_ci | - | no | - | -
mode | tinyint(4) | - | - | no | 0 | -
sort | tinyint(4) | - | - | yes | 0 | -
treshhold | tinyint(4) | - | - | yes | 0 | -
theme | varchar(255) | utf8_general_ci | - | no | - | -
signature | varchar(255) | utf8_general_ci | - | no | - | -
created | int(11) | - | - | no | 0 | -
access | int(11) | - | - | no | 0 | -
login | int(11) | - | - | no | 0 | -
status | tinyint(4) | - | - | no | 0 | -
timezone | varchar(8) | utf8_general_ci | - | yes | NULL | -
language | varchar(12) | utf8_general_ci | - | no | - | -
picture | varchar(255) | utf8_general_ci | - | no | - | -
init | varchar(64) | utf8_general_ci | - | yes | - | -
data | longtext | utf8_general_ci | - | yes | NULL | -
Sessions are stores in a table called 'sessions'.
field | type | collation | attributes | null | default value | extra
uid | int(10) | - | unsigned | no | - | -
sid | varchar(64) | utf8_general_ci | - | no | - | -
hostname | varchar(128) | utf8_general_ci | - | no | - | - (last IP)
timestamp | int(11) | - | - | no | 0 | - (last action)
cache | int(11) | - | - | no | 0 | -
session | longtext | utf8_general_ci | - | yes | NULL | - (last page)
Is it really so hard to make hitAppoint use both my Drupal users and sessions? I only need uid = 1 for admin; all other users are clients. This software surpassed all my expectations. The code is however so object (= file?) oriented that I get lost when trying to make such adjustments to integrate it.
Last edited by tvdien (2009-02-16 15:09:13)
Offline
Hello,
thank you very much for your purchase. I'm very sorry at the moment we are unable to integrate the user accounts from 3-rd party software. We will be working soon to change the user management stuff, and then probably the Drupal user accounts plugin will be available.
Offline
OK, so Drupal won't work for now. As you said integration with _3rd party_ software won't work, then is it possible to share users and sessions between hitAppoint and secureloads? Than would offer me a workaround.
Offline