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