Sha256: f89855b0e0cf1429733ad704d72bc967b1e541c8700fef59b6e28e07896016bb
Contents?: true
Size: 525 Bytes
Versions: 1
Compression:
Stored size: 525 Bytes
Contents
<% self.page_title = "Log in » Forgotten password" self.page_description = "Creating a new password" add_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pages_core-3.12.0 | app/views/admin/users/new_password.html.erb |