• Publicity: Public Only All

admin-procs.tcl

Procedures used only in admin pages (mostly the user class stuff).

Location:
packages/acs-tcl/tcl/admin-procs.tcl
Created:
11/18/98
Author:
Multiple
CVS Identification:
$Id: admin-procs.tcl,v 1.33 2024/10/28 16:04:31 gustafn Exp $

Procedures in this file

Detailed information

ad_registration_finite_state_machine_admin_links (public)

 ad_registration_finite_state_machine_admin_links [ -nohtml ] \
    member_state email_verified_p user_id [ return_url ]

Returns the administration links to change the user's state in the user_state finite state machine. If the nohtml switch is set, then a list of lists will be returned (url label).

Switches:
-nohtml (optional, boolean)
Parameters:
member_state (required)
email_verified_p (required)
user_id (required)
return_url (optional)

Testcases:
No testcase defined.

ad_restrict_to_https (public)

 ad_restrict_to_https args why

Redirects user to HTTPS.

Parameters:
args (required)
why (required)
Author:
Allen Pulsifer <pulsifer@mediaone.net>
Created:
2 November 2000

Testcases:
No testcase defined.

ad_user_class_description (public, deprecated)

 ad_user_class_description set_id
Deprecated. Invoking this procedure generates a warning.

Takes an ns_set of key/value pairs and produces a human-readable description of the class of users specified. DEPRECATED: this was a private api, used nowhere in upstream code. I do not delete it for reference.

Parameters:
set_id (required)
See Also:
  • nothing

Testcases:
No testcase defined.
[ show source ]