Skip to content

Commit

Permalink
Cleanup more BJC_PASSWORD examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Jul 8, 2024
1 parent ebfa5e6 commit 455bf0d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
attr_encrypted_key=[NEW ONE]
BJC_PASSWORD=blank
CLEVER_CLIENT_ID=IGNORE
CLEVER_CLIENT_SECRET=IGNORE
email_password=[NEW ONE]
Expand All @@ -23,4 +22,4 @@ SECRET_KEY_BASE=[NEW ONE]
SENTRY_DSN=
SNAP_CLIENT_SECRET='ignore'
SNAP_CLIENT_URL='https://forum.snap.berkeley.edu/session/sso_provider'
teacher_key=
teacher_key=
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ config/master.key
# config/secrets.yml

# dotenv
# TODO Comment out this rule if environment variables can be committed
.env
!.env.example

## Environment normalization:
/.bundle
Expand Down Expand Up @@ -70,10 +70,6 @@ yarn-debug.log*
/storage/*
!/storage/.keep

# Ignore postgress-related database files
my_database_development
my_database_test

# A copy of GitHub's template .gitignore for all JetBrains IDEs.
# It can be found here: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore

Expand Down
4 changes: 0 additions & 4 deletions app/views/email_templates/_liquid_fields.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<td><%= value %></td>
</tr>
<%- end %>
<tr>
<td><code>{{bjc_password}}</code></td>
<td>(Should no longer be relevant)</td>
</tr>
<tr>
<td><code>{{piazza_password}}</code></td>
<td>(The current piazza sign up password)</td>
Expand Down

0 comments on commit 455bf0d

Please sign in to comment.