Index: openacs-4/packages/acs-authentication/tcl/authority-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authority-procs.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/acs-authentication/tcl/authority-procs.tcl 22 Aug 2003 10:55:00 -0000 1.1
+++ openacs-4/packages/acs-authentication/tcl/authority-procs.tcl 22 Aug 2003 16:15:23 -0000 1.2
@@ -27,15 +27,14 @@
authority_id
short_name
pretty_name
- active_p
+ help_contact_text
+ enabled_p
sort_order
auth_impl_id
- auth_p
pwd_impl_id
forgotten_pwd_url
change_pwd_url
register_impl_id
- register_p
register_url
}
}
@@ -78,16 +77,14 @@
pretty_name Label for the authority to be shown in a list to users picking a authority.
- active_p 't' if this authority available, 'f' if it's disabled. Defaults to 't'.
+ enabled_p 't' if this authority available, 'f' if it's disabled. Defaults to 't'.
sort_order Sort ordering determines the order in which authoritys are listed in the user interface.
Defaults to 1.
auth_impl_id The ID of the implementation of the 'auth_authentication' service contract.
Defaults to none.
- auth_p Say 't' to enable authentication in this authority, 'f' to disable. Defaults ot 't'.
-
pwd_impl_id The ID of the implementation of the 'auth_password' service contract. Defaults to none.
forgotten_pwd_url An alternative URL to redirect to when the user has forgotten his/her password.
@@ -99,8 +96,6 @@
register_impl_id The ID of the implementation of the 'auth_register' service contract.
Defaults to none.
- register_p Say 't' to enable registration in this authority, 'f' to disable. Defaults to 't'.
-
register_url An alternative URL to redirect to when the user wants to register for an account.
Defaults to none.