Sha256: 7c0ab15cf09cbfaa0e7eb6f265918edd97654e90ce8aa4f98b1692e9332fe75c
Contents?: true
Size: 504 Bytes
Versions: 14
Compression:
Stored size: 504 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 :username, '', size: 32 %> <%= submit_tag "Find" %> </p> </form>
Version data entries
14 entries across 14 versions & 1 rubygems