auth
Username:  
Password:
  > Home
> User Guide
v Reference
    > Introduction
    > CROFT
    > BEE Variables
    > BEE Syntax
    v BEE Commands
       > Variable Operations
       > Conditional
       > Loop
       > Module Calling
       > Remote Calling
       > Authentication
       > Data Access
       > Socket
       v Special Functions
          o mailto
          o text
          o auth
          o scheme
          o output
          o sleep
          o virtualpage
    > Database Operation
    > Content Management
    > Objects and Classes
    > Interface with others
    o Glossary
> Portal Object
> Development Guide


Shortcuts
sys Class
debug Class
Intrinsic Conversions
>> Reference >> BEE Commands >> Special Functions >> auth <=  =>      <  1  >  
auth – control authentication information

BEE Script:   auth action;

 

BEE Tag:     <beeauth action>

 

The command "auth" is to control authentication information.

There are only one "auth" action currently available in BEE:

save

Save all authentication attributes to the user record (Authentication attributes are data for the logged in user, and can be changed by assigning new values to variable sys%auth:attributeName.)

Note: The "password" attribute cannot be changed in this way.  You must assign an array of two values: old and new into the System Variable sys%password.  e.g. var pswd:old = "myoldpswd"; var pswd:new = "mynewpswd"; var sys%password = (var)pswd;

 

Previous Page       Next Page

Accsoft Computer Technology Pty Ltd     ABN: 98 065 617 549
PO Box 892, Epping NSW 1710         Level 1, Epping Office Park, 242 Beecroft Rd, Epping NSW 2121, Australia
Tel: Sydney - (02)98691668     National - 1300-881668         Fax: (02)98691866
© Copyright 2003 Accsoft Computer Technology Pty Ltd