Index: openacs-4/packages/acs-ldap-authentication/www/examples/user-new-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-ldap-authentication/www/examples/user-new-2.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-ldap-authentication/www/examples/user-new-2.tcl 18 Sep 2002 12:08:20 -0000 1.2 +++ openacs-4/packages/acs-ldap-authentication/www/examples/user-new-2.tcl 29 Dec 2008 22:14:14 -0000 1.3 @@ -47,7 +47,7 @@ append exception_text "
  • You URL doesn't have the correct form. A valid URL would be something like \"http://photo.net/philg/\"." } -if {[ad_parameter RegistrationProvidesRandomPasswordP security 0]} { +if {[parameter::get -parameter RegistrationProvidesRandomPasswordP -default 0]} { set password [ad_generate_random_string] } elseif { ![info exists password] || [empty_string_p $password] } { incr exception_count