Packages

Provides authentication for phoenix applications

Current section

Files

Jump to
passport priv templates passport.install password_reset.html.eex
Raw

priv/templates/passport.install/password_reset.html.eex

<h3>Request new password</h3>
<%%= form_for @conn, password_path(@conn, :reset_password), [as: :<%= singular %>], fn f -> %>
<div class="form-group">
<%%= text_input f, :email, placeholder: "email", class: "form-control" %>
</div>
<%%= submit "Reset Password", class: "btn btn-primary" %>
<%% end %>