Sha256: 7a703f413383240a4a568f36a28059c9be680b9e933eb451741d7714751d42a2
Contents?: true
Size: 555 Bytes
Versions: 14
Compression:
Stored size: 555 Bytes
Contents
<% content_for :page_title, "Log in » Forgotten password" %> <% content_for :page_description, "Creating a new password" %> <% content_for :body_class, "login" -%> <div class="content"> <p> Did you lose your password? Don't worry, it happens. </p> <p> Simply enter your <strong>email address</strong> below, and we'll email you a new password. </p> </div> <%= form_tag(reset_password_admin_users_path, method: :post) do %> <p> <%= text_field_tag(:email, "", size: 32, autocomplete: "email") %> <%= submit_tag "Find" %> </p> </form>
Version data entries
14 entries across 14 versions & 1 rubygems