Welcome to Photo.net: A Community of Photographers

ad_validate_security_info

one of the defined (but not documented) Tcl procedures in this installation of the ACS
Usage:
ad_validate_security_info   { db "" }
Source code:

    global ad_sec_user_id
    global ad_sec_password
    if {![info exists ad_sec_user_id]} {
            set ad_sec_user_id 0
    }
    if {$ad_sec_user_id != 0 && ![ad_check_password $db $ad_sec_user_id $ad_sec_password]} {
        set ad_sec_user_id 0
    }


Photography