Sha256: ce07506a2ccf0659f5325c684e25db689e26a7b10e2d3fa6b28311a43cdf155c
Contents?: true
Size: 501 Bytes
Versions: 6
Compression:
Stored size: 501 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 %> <%= submit_tag "Find" %> </p> </form>
Version data entries
6 entries across 6 versions & 1 rubygems