Index: openacs-4/packages/acs-admin/www/auth/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/index.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-admin/www/auth/index.adp 11 Sep 2003 09:21:27 -0000 1.2 +++ openacs-4/packages/acs-admin/www/auth/index.adp 23 Oct 2003 10:40:29 -0000 1.3 @@ -10,6 +10,10 @@ » Create new authority

+

+ » Edit parameters +

+

[*] The drop down menu of authorities on the login page will be sorted accordingly.

Index: openacs-4/packages/acs-admin/www/auth/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/index.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-admin/www/auth/index.tcl 20 Oct 2003 14:35:42 -0000 1.5 +++ openacs-4/packages/acs-admin/www/auth/index.tcl 23 Oct 2003 10:40:29 -0000 1.6 @@ -140,3 +140,6 @@ set registration_status "cannot_select" } } + +set auth_package_id [apm_package_id_from_key "acs-authentication"] +set parameter_url [export_vars -base /shared/parameters { { package_id $auth_package_id } { return_url [ad_return_url] } }]