<%= f.password_field "password1", :label => "New password" %> | |
<%= f.password_field "password2", :label => "New password" %> |
<%= submit_tag "Change password" %>
<% end %> <% end -%>OpenID is a free and easy way to use a single digital identity across the Internet. For more information, <%= link_to "visit the OpenID web site", "http://www.openid.net" %>.
<%= image_tag "ae_users/openid.gif" %> <%=h id.identity_url %> | <%= button_to "Delete", {:action => "delete_openid", :id => id.id}, {:confirm => "Are you sure you wish to remove this OpenID?"} %> | |
Add new OpenID: | <%= text_field_tag "openid_url", @openid_url, :style => "background: #FFFFFF url('#{image_path "ae_users/openid.gif"}') no-repeat scroll 0pt 50%; padding-left: 18px; width: 60%;" %> | <%= submit_tag "Add" %> | <% end -%>
Note: every account must have one "primary" email address. This is the one the site will use to send you email (for example, if you forget your password).
Address | Primary | Delete | |
---|---|---|---|
<%= addr.address %> | <%= radio_button_tag "primary", addr.id, addr.primary %> | <%= check_box_tag "delete", addr.id %> | |
Add new address: | <%= text_field_tag "new_address", "", :style => "width: 100%" %> | <%= radio_button_tag "primary", "new" %> |