Skip to content

Commit

Permalink
Merge pull request #5 from gregWDumont/add_erp_admin_cred
Browse files Browse the repository at this point in the history
add prov admin cred for erpnext/frappe
  • Loading branch information
SDKAAA authored Jan 25, 2024
2 parents 748179c + 045ca82 commit 059823c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,18 @@ Create a client for ERPNext:
```bash
./kcadm.sh create clients -r Humanitarians -s clientId=erpnext -s enabled=true -s publicClient=false -s 'redirectUris=["http://localhost:8081/*"]' -s protocol=openid-connect -s directAccessGrantsEnabled=true -s serviceAccountsEnabled=true -s authorizationServicesEnabled=true -s secret=d0b8122f-8dfb-46b7-b68a-f5cc4e25d000
```

### Set Up ERPNext Credentials

After setting up ERPNext using the previous steps, you can configure the initial credentials:

1. Open a web browser and navigate to [http://localhost:8081/](http://localhost:8081/).

2. You will be directed to the ERPNext login page.

3. Use the following credentials to log in:

* Username: Administrator
* Password: admin

4. Once logged in, you can change the password for the "Administrator" account and configure additional users and permissions as needed.

0 comments on commit 059823c

Please sign in to comment.