diff --git a/.github/public/admin_dashboard.png b/.github/public/admin_dashboard.png index 4d2bb17..ac09d67 100644 Binary files a/.github/public/admin_dashboard.png and b/.github/public/admin_dashboard.png differ diff --git a/.github/public/login.png b/.github/public/login.png index c33644a..abe2967 100644 Binary files a/.github/public/login.png and b/.github/public/login.png differ diff --git a/.github/public/register.png b/.github/public/register.png index 3930142..ce6f4db 100644 Binary files a/.github/public/register.png and b/.github/public/register.png differ diff --git a/README.md b/README.md index 7183c16..88555c6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ --- +## Hot topics +- A Refresh of the Admin Dashboard Design - [#21](https://github.com/authcompanion/authcompanion2/pull/21) [Done] + + ## Introduction AuthCompanion aims to satisfy the most common authentication and user management needs for your web application. @@ -121,7 +125,7 @@ For a full list of AuthC's Web Forms, see the [Web Form Guide](https://docs.auth ## Admin Dashboard -The Admin Dashboard is a tool that allows administrators or web application owners to manage the users of their web application. It provides a range of functions that administrators can use to create, edit, and delete user accounts; all via a friendly and intuitive interface. +The Admin Dashboard is a tool that allows administrators or application owners to manage the users of their web application. It provides a range of functions that administrators can use to create, edit, and delete user accounts; all via a friendly and intuitive interface. Check out the Admin Dashboard in the documentation to learn how to access it: [Administer](https://docs.authcompanion.com/guide/administer.html). diff --git a/client/admin/dashboardPage.html b/client/admin/dashboardPage.html index c9f55c7..fd6c79f 100644 --- a/client/admin/dashboardPage.html +++ b/client/admin/dashboardPage.html @@ -1,572 +1,661 @@ - - - - + + + + Admin Dashboard + + + + - - Admin -
-
- -
-
-
- - Admin - -
- -
- -
-
- - -
-
-
+
+ + +
- -
-
- -
-
-
-
-

{{ notificationMessage }}

-
-
- -
+ + +
+ +
+
+ {{ isError ? 'Error: ' : 'Success: ' }} {{ notificationMessage }} +
- + + + +