Sha256: 4bc20de6da7b95d9e69e66a22a81056a1b8a73a41f1403f68937f417b7fe05f3

Contents?: true

Size: 750 Bytes

Versions: 1

Compression:

Stored size: 750 Bytes

Contents

<h1>Reset Your Password</h1>

<form id='passwords-update-form'>

    <div class='lrd-form-row'>
      <label for="password">New Password:</label>
      <input type="password" name="password" ng-model="passwordUpdate.password" placeholder="New Password" />
      <span class='comment'></span>
    </div>

    <div class='lrd-form-row'>
      <label for="password-confirmation">Confirm New Password:</label>
      <input type="password" name="password-confirmation" ng-model="passwordUpdate.passwordConfirmation" placeholder="New Password" />
      <span class='comment'></span>
    </div>

    <div class='lrd-form-row'>
      <button type="submit" ng-click="passwordUpdateSubmit()" class='call-to-action'>Update Password</button>
    </div>

</form>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xing-framework-0.0.2 default_configuration/base_app/frontend/src/app/auth/passwords/passwords-update.tpl.html