Project

General

Profile

« Previous | Next » 

Revision 2856

Added by sgarg over 18 years ago

hard coded unaffiliated as the organization for creating ldap account

View differences:

lib/style/common/templates/ldapRegister.tmpl
91 91
                   value="[% allParams.o %]"/>
92 92
            [% ELSE %]
93 93
            <select name="o">
94
	      [% FOREACH org = orgList %]
94
	      <!--[% FOREACH org = orgList %]
95 95
		[% IF allParams.o == org %]
96 96
                  <option value="[% org %]" selected>[% org %]</option>
97 97
                [% ELSE %]
98 98
                  <option value="[% org %]">[% org %]</option>
99 99
                [% END %]
100
              [% END %]
100
              [% END %]-->
101
                  <option value="unaffiliated">unaffiliated</option>
101 102
            </select>
102 103
            [% END %]
103 104
          </td>

Also available in: Unified diff