%namespace name="components" file="/components.html"/> <% login_titleandtype = h.allowed_login_types() if 'email+password' in login_titleandtype: field_question = _('What is your email address?') field_title = _('My email:') if 'username+password' in login_titleandtype: field_type = 'text' else: field_type = 'email' else: field_question = _('What is your user name?') field_title = _('My user name:') field_type = 'text' %>
%if 'openid' in login_titleandtype: <% c.openid_scenario = "login" %> <%include file="/openid/form.html"/> %endif