Sha256: c2ee08d5c8d10569dfb27d319e0214f14f6a4dee6b6587cbfa7b77a39a8d83a2

Contents?: true

Size: 1.09 KB

Versions: 28

Compression:

Stored size: 1.09 KB

Contents

.registration
  .container
    .row
      .login-box-wrapper
        .login-box-title
          %h2 You password has expired. Please renew it.
        .login-box
          .brand-logo

            = form_for(resource, as: resource_name, url: mno_enterprise.user_password_expired_path, :html => { method: :put, class: 'form-horizontal' }) do |f|
              = devise_error_messages!

              .row
                .col-sm-6
                  = f.label :current_password, "Current password"
                  = f.password_field :current_password, :class => 'form-control'

              .row
                .col-sm-6
                  = f.label :password, "New password"
                  = f.password_field :password, :class => 'form-control'

                .col-sm-6
                  = f.label :password_confirmation, "Confirm new password"
                  = f.password_field :password_confirmation, :class => 'form-control'

              %br

              .row
                .col-sm-12
                  .text-center
                    = f.submit "Change my password", class: "btn btn-warning"

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
mno-enterprise-api-3.0.3 app/views/devise/password_expired/show.html.haml
mno-enterprise-api-2.0.3 app/views/devise/password_expired/show.html.haml
mno-enterprise-api-3.0.2 app/views/devise/password_expired/show.html.haml
mno-enterprise-api-2.0.2 app/views/devise/password_expired/show.html.haml
mno-enterprise-api-3.0.1 app/views/devise/password_expired/show.html.haml
mno-enterprise-api-2.0.1 app/views/devise/password_expired/show.html.haml
mno-enterprise-api-3.0.0 app/views/devise/password_expired/show.html.haml
mno-enterprise-api-2.0.0 app/views/devise/password_expired/show.html.haml