Skip to content

Commit

Permalink
fix: [email protected] email with an S
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Feb 29, 2024
1 parent af033db commit 4c06c71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app_data/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# [email protected] account, it still tries to create that account which
# causes a username collision if you create a username: admin account
# it also creates a "user" account as part of demo fixtures
- email: archive@cca.edu
- email: archives@cca.edu
username: aadmin
full_name: Archive Administrator
active: True
Expand Down
2 changes: 1 addition & 1 deletion notes/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For [Names](https://inveniordm.docs.cern.ch/customize/vocabularies/names/), new

## Security, Users

Users are created by app_data/[users.yaml](https://inveniordm.docs.cern.ch/customize/vocabularies/users/). We create a default "archive@cca.edu" superadmin with password "password". Passwords can also be defined in invenio.cfg by `RDM_RECORDS_USER_FIXTURE_PASSWORDS`. Passwords in the setting override passwords in users.yaml.
Users are created by app_data/[users.yaml](https://inveniordm.docs.cern.ch/customize/vocabularies/users/). We create a default "archives@cca.edu" superadmin with password "password". Passwords can also be defined in invenio.cfg by `RDM_RECORDS_USER_FIXTURE_PASSWORDS`. Passwords in the setting override passwords in users.yaml.

There are many invenio.cfg boolean settings we'll need to flip when we switch to SSO.

Expand Down
2 changes: 1 addition & 1 deletion notes/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Invenio initializes fixtures (basically, the static app_data files) asynchronous

Once running, visit https://127.0.0.1:5000 in a web browser. **Note**: The server is using a self-signed SSL certificate, so your browser will issue a warning that you have to by-pass.

The super admin is archive@cca.edu with password "password", this comes from app_data/users.yaml. You may need to `invenio users activate archive@cca.edu` the admin account.
The super admin is archives@cca.edu with password "password", this comes from app_data/users.yaml. You may need to `invenio users activate archives@cca.edu` the admin account.

## Theme & Templates

Expand Down

0 comments on commit 4c06c71

Please sign in to comment.