tokens?
Page: 1
In the users table in the ActiveCollab database there is a field called 'token'.
What is this?
What is it used for (I didn't find it referenced anywhere else in the database)?
And how is the value generated?
This field is blank for all users in my db, is that normal?
If it is not normal, what can I do about it?
What is this?
What is it used for (I didn't find it referenced anywhere else in the database)?
And how is the value generated?
This field is blank for all users in my db, is that normal?
If it is not normal, what can I do about it?
Ilija Studen
on Mar 4. 2008. 1:22 am
Token is users API password. Currently it is used to authenticate user through HTTP for RSS and iCal feeds.
Token is automatically generated by User class when user is created and when password is changed. It can be any 40 letters string if you want to set it manually.
Token is automatically generated by User class when user is created and when password is changed. It can be any 40 letters string if you want to set it manually.
activeCollab team member



