Skip to content

Commit f492ea7

Browse files
authored
Merge pull request #842 from poppastring/nuget-wiki-update
Update setup instructions and admin email option
2 parents 98b0c9a + 98354c1 commit f492ea7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

source/NUGET_README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,16 @@ cd myblog
1616
.\DasBlog.Web.exe
1717
```
1818

19-
Navigate to `http://localhost:5000` and log in with the default credentials:
19+
Navigate to `http://localhost:5000`. The first request redirects to **`/account/setup`**, where you create the admin user (email, display name, and a strong password). Once you submit the form you'll be sent to the login page.
2020

21-
- **Email:** myemail@myemail.com
22-
- **Password:** admin
23-
24-
**Change these immediately** at `/admin/authors`.
21+
Your password is stored as a salted PBKDF2 hash; the plaintext is never written to disk. Change credentials at any time from `/admin/authors`.
2522

2623
## Template options
2724

2825
| Option | Description | Default |
2926
|--------|-------------|---------|
3027
| `--blogTitle` | Your blog title | My DasBlog! |
31-
| `--adminEmail` | Admin email address | myemail@myemail.com |
28+
| `--adminEmail` | Placeholder admin email written into the initial config. You'll be asked to pick your real email during first-run setup. | myemail@myemail.com |
3229

3330
Example:
3431

0 commit comments

Comments
 (0)