Skip to content

Commit 3b57e04

Browse files
committed
add auth pages
1 parent 2258d2c commit 3b57e04

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

assets/scss/components/_alerts.scss

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
text-decoration: none;
44
}
55

6-
.alert-icon {
7-
margin-right: 0.75rem;
8-
}
9-
106
.docs main .alert {
117
margin: 2rem -1.5rem;
128
}
Loading

content/en/blazor-webassembly-boilerplate/ui-overview/authentication/index.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,20 @@ toc: true
1717

1818
## Login
1919

20-
## Registration
20+
Here is what you would be welcomed with, the login page! You can auto-fill the default username / password & tenant by clicking on the `Fill Administrator Credentials` button.
21+
22+
Anyways, here are the default login details for your reference.
23+
24+
- email - `[email protected]`
25+
- password - `123Pa$$word!`
26+
- tenant - `root`
27+
28+
{{< alert text="Make sure that you use valid tenant values! By default, only root tenant is created for you." />}}
29+
30+
{{< img src="login.png" >}}
2131

2232
## Forgot Password
2333

34+
In case, you happen to forget your password, the application has the functionailty to reset the password for you.
35+
36+
{{< img src="forgot-password.png" >}}
Loading

0 commit comments

Comments
 (0)