metamod:user_database

LDAP: couldn't connect to LDAP server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
metamod:user_database [2010-07-07 12:03:55]
egils
metamod:user_database [2022-05-31 09:29:32] (current)
Line 13: Line 13:
  
 ==== Database tables ==== ==== Database tables ====
-**User**+**UserTable**
  
 |__U_id__ |A_id |U_name |U_email |U_password |U_institution |U_telephone |U_session | |__U_id__ |A_id |U_name |U_email |U_password |U_institution |U_telephone |U_session |
Line 47: Line 47:
  
  
-==== User ====+==== UserTable ====
  
 ^U_id |Unique user id (autoincremented number). Primary key | ^U_id |Unique user id (autoincremented number). Primary key |
Line 165: Line 165:
 |user_set |Set user properties for the current user |IN: Property name (one of 'U_name', 'U_password', 'U_institution', 'U_telephone', 'U_session'), property value | |user_set |Set user properties for the current user |IN: Property name (one of 'U_name', 'U_password', 'U_institution', 'U_telephone', 'U_session'), property value |
 |user_get |Get user properties for the current user. |IN: Property name (one of 'U_name', 'U_password', 'U_institution', 'U_telephone', 'U_session'). OUT: property value | |user_get |Get user properties for the current user. |IN: Property name (one of 'U_name', 'U_password', 'U_institution', 'U_telephone', 'U_session'). OUT: property value |
-|user_first |Make the first user in the database the current user. |OUT: true if found, false if no users exist. | +|user_first |Make the first user in the database the current user. |OUT: TRUE if found, FALSE if no users exist. | 
-|user_next |Make the next user in the database the current one. |OUT: if found, -1 if already last user. |+|user_next |Make the next user in the database the current one. |OUT: TRUE if found, FALSE if already last user. |
  
 ==== Dataset functions ==== ==== Dataset functions ====
  • metamod/user_database.1278504235.txt.gz
  • Last modified: 2022-05-31 09:23:19
  • (external edit)