Skip to content

Deploy RC 73 to staging#2695

Merged
jmhooper merged 7 commits intostages/stagingfrom
stages/rc-2018-12-20
Dec 18, 2018
Merged

Deploy RC 73 to staging#2695
jmhooper merged 7 commits intostages/stagingfrom
stages/rc-2018-12-20

Conversation

@jmhooper
Copy link
Contributor

No description provided.

gregory-casamento and others added 7 commits December 3, 2018 15:22
…racters (#2686)

**Why**: It is confusing for the user to see the password strength meter green but the button is still disabled because the password is less than 12 characters.

**How**: Update pw-strength.js to downgrade the strength value to 2 (so so) if the password length is less than 12.
Why: We need to track whether a user has an undeliverable address when they attempt to verify by mail.

How: Download the USPS undeliverable address otp/codes from their sftp site daily.  Add a bounced_at field to usps_confirmation_codes and add an index on otp fingerprint.  For each code find the entry by otp fingerprint, set the bounced_at timestamp, and send an email notification to the user.  Use locking to prevent a user from being notified twice.
**Why**: To provide reasonable limits on data we collect

**How**: Limit profile fields to 255.  Put a maximum on the field validation in the form validator.
**Why**: We want to roll out piv/cac as we find agencies that we believe
we can support.

**How**: We add the email domains for supported agencies to the list we
test against.
**Why**:
- Setting up the project with `bin/setup --docker` fails because setup
  commands should not be run as root.

**How**:
- While building the Docker image for the Rails application, create a
  new user and switch users to it from root. The remaining commands,
  including those run by `docker-compose run`, run as this new user
  instead of root.

Fixes #2690.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants