Sha256: 9a6d0c485f57fa40687bc0f93bc85202b15424c2a15dbf67bb013702969dda19

Contents?: true

Size: 605 Bytes

Versions: 12

Compression:

Stored size: 605 Bytes

Contents

= form_control(:username, identity, label: 'Email', placeholder: 'Your email address')
- if identity.errors[:password] && identity.errors[:password].include?('is not strong enough')
  .alert.alert-warning
    %p Make sure your password is at least 8 characters long, and including the following
    %ul
      %li Upper- and lowercase letters
      %li Numbers
      %li Special Characters
= form_control(:password, identity, type: 'password', placeholder: 'Your password')
= form_control(:password_confirmation, identity, type: 'password', label: 'Confirm Password', placeholder: 'Confirm your password')

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ditty-0.11.1 views/users/identity.haml
ditty-0.10.2 views/users/identity.haml
ditty-0.10.1 views/users/identity.haml
ditty-0.9.1 views/users/identity.haml
ditty-0.9.0 views/users/identity.haml
ditty-0.8.0 views/users/identity.haml
ditty-0.7.2 views/users/identity.haml
ditty-0.7.1 views/users/identity.haml
ditty-0.7.0 views/users/identity.haml
ditty-0.7.0.pre.rc1 views/users/identity.haml
ditty-0.6.0 views/users/identity.haml
ditty-0.4.1 views/users/identity.haml